mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-04-25 15:41:42 -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
|