mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 15:21:09 -04:00
14 lines
244 B
C
14 lines
244 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 "multi_boot.h"
|
|
#include "syscall.h"
|
|
#include "macro.h"
|
|
#include "isagbprint.h"
|
|
|
|
#endif // GUARD_GBA_GBA_H
|