diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-10 22:41:46 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-10 22:41:46 -0800 |
commit | d07afbc0818370f03ef840419e0bf4f654753ab8 (patch) | |
tree | 979a30ff1aa62e4135918eed8b57868571a799a2 /include/gba/gba.h |
initial 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 0000000..42ae3cd --- /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 |