blob: 42ae3cdde791ff460371c4da688c87850d648cfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#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"
#endif // GUARD_GBA_GBA_H
|