mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-13 00:36:03 -05:00
13 lines
251 B
C
13 lines
251 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"
|
|
#include "gba/isagbprint.h"
|
|
|
|
#endif // GUARD_GBA_GBA_H
|