mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-04-25 07:23:36 -05:00
14 lines
259 B
C
14 lines
259 B
C
#ifndef NITRO_MI_H
|
|
#define NITRO_MI_H
|
|
|
|
#include <nitro/mi/dma.h>
|
|
#include <nitro/mi/dma_card.h>
|
|
#include <nitro/mi/exMemory.h>
|
|
#include <nitro/mi/memory.h>
|
|
#include <nitro/mi/swap.h>
|
|
#include <nitro/mi/uncompress.h>
|
|
|
|
void MI_Init(void);
|
|
|
|
#endif // NITRO_MI_H
|