diff --git a/include/Types.hpp b/include/Types.hpp index 1b7693d..545953d 100644 --- a/include/Types.hpp +++ b/include/Types.hpp @@ -87,4 +87,8 @@ typedef unsigned long long Uint64; #endif #endif // NULL +#ifndef UNUSED +#define UNUSED(x) ((void)x) +#endif // UNUSED + #endif