diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-06 21:52:05 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-06 21:52:05 -0500 |
commit | d4df8046d45e50e19d2305bd4388e47087949960 (patch) | |
tree | 633424eaab583e04b6b271eec299f2a821bdb2aa /include/global.h | |
parent | 86f0291f63ff6bc580476dae3c00fc4d6d7b15da (diff) |
use firered isagbprint.h and NDEBUG
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h index 4c118db13..d0af4a4d1 100644 --- a/include/global.h +++ b/include/global.h @@ -1,9 +1,8 @@ #ifndef GUARD_GLOBAL_H #define GUARD_GLOBAL_H +#include "config.h" // we need to define config before gba headers as print stuff needs the functions nulled before defines. #include "gba/gba.h" -#include "config.h" -#include "assert.h" // IDE support #if defined(__APPLE__) || defined(__CYGWIN__) |