mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-12-13 15:59:26 +00: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
|