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 // NULL
|
||||
|
||||
#ifndef UNUSED
|
||||
#define UNUSED(x) ((void)x)
|
||||
#endif // UNUSED
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue