summaryrefslogtreecommitdiff
path: root/include/gba/gba.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-01-11 18:25:42 -0800
committerGitHub <noreply@github.com>2018-01-11 18:25:42 -0800
commitd1630d481a0ff611fda2d70a100eed5046982cec (patch)
treee4de58bbf80fca6a78ea1db48a8f1ab36a81c789 /include/gba/gba.h
parent73d3a21c2d0a0352cd314e7211fac316cd03b351 (diff)
parente1801885a0619724860cb322ba1cb8dba2b2c0f3 (diff)
Merge pull request #155 from ProjectRevoTPP/assert
add assert support to pokeemerald.
Diffstat (limited to 'include/gba/gba.h')
-rw-r--r--include/gba/gba.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gba/gba.h b/include/gba/gba.h
index 42ae3cdde..349344031 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