summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRémi Calixte <remicalixte.rmc@gmail.com>2021-03-16 18:16:42 +0100
committerRémi Calixte <remicalixte.rmc@gmail.com>2021-03-16 18:16:42 +0100
commit000fd95ffcc81b03f0e25e46ce30884cf1ff59a1 (patch)
treecadcc3f07308c7dc5023cbc0797d664e44b39a32 /include
parent7d09fdd1c9e3e37f274ea7b35fe0b0e70f8b68dd (diff)
module 52 header
Diffstat (limited to 'include')
-rw-r--r--include/global.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index e0e8cb22..be0e1870 100644
--- a/include/global.h
+++ b/include/global.h
@@ -14,6 +14,8 @@
#define GF_ASSERT(expr) do {if (!(expr)) ErrorHandling();} while (0)
+#define UNUSED __attribute__((unused))
+
#ifndef IN_MAIN_C
extern const u8 gGameLanguage;
extern const u8 gGameVersion;