mzm/include/gba.h
2023-03-29 16:00:00 +02:00

18 lines
331 B
C

#ifndef GBA_H
#define GBA_H
/* This just serves as an easier way to get all the GBA headers */
#include "io.h"
#include "gba/audio.h"
#include "gba/display.h"
#include "gba/dma.h"
#include "gba/interrupt.h"
#include "gba/keys.h"
#include "gba/memory.h"
#include "gba/waitstate.h"
#include "gba/cable_link.h"
#endif /* GBA_H */