1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-09-20 21:37:26 +02:00
VVVVVV/desktop_version/src/Unused.h

7 lines
92 B
C
Raw Normal View History

#ifndef UNUSED_H
#define UNUSED_H
#define UNUSED(expr) (void)(expr)
#endif /* UNUSED_H */