mirror of
https://github.com/ApacheThunder/GBA-Exploader.git
synced 2025-06-18 11:35:38 -04:00
10 lines
112 B
C
10 lines
112 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern bool LoadSkin(int mod, char *Name);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|