mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-16 16:09:42 +01:00
29d2637abd
This is so it can be used in other files without having to copy-paste the define.
6 lines
92 B
C
6 lines
92 B
C
#ifndef UNUSED_H
|
|
#define UNUSED_H
|
|
|
|
#define UNUSED(expr) (void)(expr)
|
|
|
|
#endif /* UNUSED_H */
|