mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-12-14 00:20:22 +00:00
13 lines
230 B
C
13 lines
230 B
C
#ifndef NITRO_MI_H_
|
|
#define NITRO_MI_H_
|
|
|
|
#include <nitro/mi/memory.h>
|
|
#include <nitro/mi/exMemory.h>
|
|
#include <nitro/mi/swap.h>
|
|
#include <nitro/mi/dma.h>
|
|
#include <nitro/mi/uncompress.h>
|
|
|
|
void MI_Init(void);
|
|
|
|
#endif //NITRO_MI_H_
|