diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-16 23:54:22 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-16 23:54:22 -0800 |
commit | 670fef77ac4d9116d5fdc28c0da40622919a062b (patch) | |
tree | 61c0e925f059404473826ac775305ba5e2706ab1 /include/gba/gba.h |
first commit
Diffstat (limited to 'include/gba/gba.h')
-rw-r--r-- | include/gba/gba.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/gba/gba.h b/include/gba/gba.h new file mode 100644 index 000000000..42ae3cdde --- /dev/null +++ b/include/gba/gba.h @@ -0,0 +1,11 @@ +#ifndef GUARD_GBA_GBA_H +#define GUARD_GBA_GBA_H + +#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" + +#endif // GUARD_GBA_GBA_H |