pokeheartgold/lib/include/nitro/mi.h

12 lines
197 B
C
Raw Normal View History

2021-09-19 13:06:58 +00:00
#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>
2021-09-22 23:45:06 +00:00
void MI_Init(void);
2021-09-19 13:06:58 +00:00
#endif //NITRO_MI_H_