mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-05 02:37:05 -05:00
11 lines
205 B
C
11 lines
205 B
C
#ifndef NITRO_MI_H_
|
|
#define NITRO_MI_H_
|
|
|
|
#include <nitro/mi/dma.h>
|
|
#include <nitro/mi/init.h>
|
|
#include <nitro/mi/memory.h>
|
|
#include <nitro/mi/wram.h>
|
|
#include <nitro/mi/uncompress.h>
|
|
|
|
#endif //NITRO_MI_H_
|