diff options
author | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2019-08-13 13:00:33 -0400 |
---|---|---|
committer | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2019-08-13 13:00:33 -0400 |
commit | fbd4bbc146d4ed35e2d016b5845408a1f3e2d99a (patch) | |
tree | 0fc4ae85748a2322c49dfa3271bf7ad8f5210047 /include/global.h | |
parent | b99e74849dfb574b0be222a56726c57d07125937 (diff) |
Add libisagbprn
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index b5a4593..b991d34 100644 --- a/include/global.h +++ b/include/global.h @@ -2,6 +2,7 @@ #define GUARD_GLOBAL_H #include <string.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" // IDE support |