GBA-Exploader/arm9/source/skin.h
2024-05-08 00:50:01 -05:00

10 lines
112 B
C

#ifdef __cplusplus
extern "C" {
#endif
extern bool LoadSkin(int mod, char *Name);
#ifdef __cplusplus
}
#endif