diff options
author | YamaArashi <shadow962@live.com> | 2017-01-13 17:40:03 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-13 17:46:05 -0800 |
commit | ebf4c5ca76fc2c05443361a7ca633a897a4a76d7 (patch) | |
tree | c0ddde6136ef6dc01e6f20837789c88b44c7578a /include/gba/gba.h | |
parent | 452bbe41cfb3139ea62580e9930525d9ea664ac9 (diff) |
decompile multiboot
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 26342cf88..42ae3cdde 100644 --- a/include/gba/gba.h +++ b/include/gba/gba.h @@ -4,6 +4,7 @@ #include "gba/defines.h" #include "gba/io_reg.h" #include "gba/types.h" +#include "gba/multiboot.h" #include "gba/syscall.h" #include "gba/macro.h" |