1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-01 18:43:33 +02:00
VVVVVV/desktop_version/src/Unused.h

7 lines
92 B
C
Raw Permalink Normal View History

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