mirror of
https://github.com/ApacheThunder/GBA-Exploader.git
synced 2025-06-18 11:35:38 -04:00
21 lines
292 B
C
21 lines
292 B
C
|
|
extern char *errmsg[];
|
|
extern char *cnfmsg[];
|
|
extern char *barmsg[];
|
|
extern char *cmd_m[];
|
|
extern char *t_msg[];
|
|
extern char *savmsg[];
|
|
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern void setLangMsg(void);
|
|
|
|
extern char *jstrncpy(char *s1, char *s2, size_t n);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|