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/gba/gba.h | |
parent | d75a62af27b3cc472fdbd8facca146f2744d2572 (diff) | |
parent | fbd4bbc146d4ed35e2d016b5845408a1f3e2d99a (diff) |
Merge pull request #7 from Kermalis/master
Some save.c functions + add libisagbprn
Diffstat (limited to 'include/gba/gba.h')
-rw-r--r-- | include/gba/gba.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gba/gba.h b/include/gba/gba.h index 42ae3cd..3493440 100644 --- a/include/gba/gba.h +++ b/include/gba/gba.h @@ -7,5 +7,6 @@ #include "gba/multiboot.h" #include "gba/syscall.h" #include "gba/macro.h" +#include "gba/isagbprint.h" #endif // GUARD_GBA_GBA_H |