SUPER Space invader : Turbo edition DX - VS GOD 1.0.0
A simple space invader ripoff
macros.h
Go to the documentation of this file.
1
11#ifndef MACROS_H
12#define MACROS_H
13
17#define UNUSED(x) (void)(x)
18
19#endif // MACROS_H