* Unknown

This commit is contained in:
Antidote 2014-01-04 13:56:03 -08:00
parent c8b382f754
commit 1e450a6785
1 changed files with 4 additions and 0 deletions

View File

@ -87,4 +87,8 @@ typedef unsigned long long Uint64;
#endif
#endif // NULL
#ifndef UNUSED
#define UNUSED(x) ((void)x)
#endif // UNUSED
#endif