mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +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 */
|