mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-19 13:37:22 -05:00
7 lines
131 B
C
7 lines
131 B
C
#ifndef POKEPLATINUM_UTILITY_H
|
|
#define POKEPLATINUM_UTILITY_H
|
|
|
|
#define UNUSED(EXPR) (void)(EXPR)
|
|
|
|
#endif // POKEPLATINUM_UTILITY_H
|