mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 22:28:44 -05:00
14 lines
243 B
C
14 lines
243 B
C
#ifndef GUARD_GBA_GBA_H
|
|
#define GUARD_GBA_GBA_H
|
|
|
|
#include <string.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
|