mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 15:21:34 +00:00
6 lines
No EOL
141 B
C
6 lines
No EOL
141 B
C
#ifndef _BG_MISC_H
|
|
#define _BG_MISC_H
|
|
|
|
void BG_LanguageFilename(char *baseName,char *baseExtension,char *finalName);
|
|
|
|
#endif /* _BG_MISC_H */ |