diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-08-14 11:14:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-14 11:14:16 -0400 |
commit | a4ba98bed820f6cb0cd19007764e9626f25a2aa8 (patch) | |
tree | 0fc4ae85748a2322c49dfa3271bf7ad8f5210047 /include/global.h | |
parent | d75a62af27b3cc472fdbd8facca146f2744d2572 (diff) | |
parent | fbd4bbc146d4ed35e2d016b5845408a1f3e2d99a (diff) |
Merge pull request #7 from Kermalis/master
Some save.c functions + 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 |