blob: 26342cf88718a14c53bd88e74a3de3ebe7df10af (
plain)
1
2
3
4
5
6
7
8
9
10
|
#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/syscall.h"
#include "gba/macro.h"
#endif // GUARD_GBA_GBA_H
|