mirror of https://github.com/libAthena/athena.git
* Unknown
This commit is contained in:
parent
c8b382f754
commit
1e450a6785
|
@ -87,4 +87,8 @@ typedef unsigned long long Uint64;
|
||||||
#endif
|
#endif
|
||||||
#endif // NULL
|
#endif // NULL
|
||||||
|
|
||||||
|
#ifndef UNUSED
|
||||||
|
#define UNUSED(x) ((void)x)
|
||||||
|
#endif // UNUSED
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue