mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 09:54:10 +03: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 */
|