mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
12 lines
223 B
C
12 lines
223 B
C
#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
|