mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-12-14 16:39:12 +00:00
12 lines
197 B
C
12 lines
197 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>
|
|
|
|
void MI_Init(void);
|
|
|
|
#endif //NITRO_MI_H_
|