mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 13:47:12 -05:00
13 lines
223 B
C
13 lines
223 B
C
#ifndef GUARD_GBA_GBA_H
|
|
#define GUARD_GBA_GBA_H
|
|
|
|
#include "defines.h"
|
|
#include "io_reg.h"
|
|
#include "types.h"
|
|
#include "multiboot.h"
|
|
#include "syscall.h"
|
|
#include "macro.h"
|
|
#include "isagbprint.h"
|
|
|
|
#endif // GUARD_GBA_GBA_H
|