diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-01-11 18:09:25 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-11 18:09:25 -0800 |
commit | 6a2e39eb97db47b542eea76c1e45df37184a0705 (patch) | |
tree | 3d6a4208a965d358154edc4b7f52a64eb18b027f /include/global.h | |
parent | e7672a1aeb5e42d6f4e416ede9f6220122d11743 (diff) | |
parent | f658a355e5434a647153d76087b50eec0d5041b1 (diff) |
Merge pull request #495 from ProjectRevoTPP/assert
Add NDEBUG support to pokeruby.
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index eea1574b7..d0af4a4d1 100644 --- a/include/global.h +++ b/include/global.h @@ -1,8 +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" // IDE support #if defined(__APPLE__) || defined(__CYGWIN__) |