mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-29 13:34:52 -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
|