mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-10 13:09:43 +01:00
7 lines
92 B
C
7 lines
92 B
C
|
#ifndef UNUSED_H
|
||
|
#define UNUSED_H
|
||
|
|
||
|
#define UNUSED(expr) (void)(expr)
|
||
|
|
||
|
#endif /* UNUSED_H */
|