mirror of
https://github.com/pret/pmd-sky.git
synced 2026-07-25 04:50:31 -05:00
9 lines
133 B
C
9 lines
133 B
C
#ifndef GUARD_EXI_H
|
|
#define GUARD_EXI_H
|
|
|
|
#ifdef SDK_ARM7
|
|
#include <nitro/exi/ARM7/genPort.h>
|
|
#endif //SDK_ARM7
|
|
|
|
#endif //GUARD_EXI_H
|