mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-06 03:03:38 -05:00
12 lines
234 B
C
12 lines
234 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>
|
|
#include <nitro/mi/mi_dma.h>
|
|
|
|
#endif //NITRO_MI_H_
|