pokeemerald/include/gba/gba.h

13 lines
251 B
C
Raw Normal View History

2016-10-31 09:14:22 +01:00
#ifndef GUARD_GBA_GBA_H
#define GUARD_GBA_GBA_H
#include "gba/defines.h"
#include "gba/io_reg.h"
#include "gba/types.h"
2017-01-14 02:40:03 +01:00
#include "gba/multiboot.h"
2016-10-31 09:14:22 +01:00
#include "gba/syscall.h"
#include "gba/macro.h"
2018-01-07 03:38:34 +01:00
#include "gba/isagbprint.h"
2016-10-31 09:14:22 +01:00
#endif // GUARD_GBA_GBA_H