mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-09 18:39:45 +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 */
|