mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-10 12:53:26 -05: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_
|