From 1e450a67851e66e8bb4570d1658c5dd65e59f8b6 Mon Sep 17 00:00:00 2001 From: Antidote Date: Sat, 4 Jan 2014 13:56:03 -0800 Subject: [PATCH] * Unknown --- include/Types.hpp | 4 ++++ 1 file changed, 4 insertions(+) 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