mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-23 12:31:15 +00:00
6 lines
141 B
C
6 lines
141 B
C
|
#ifndef _BG_MISC_H
|
||
|
#define _BG_MISC_H
|
||
|
|
||
|
void BG_LanguageFilename(char *baseName,char *baseExtension,char *finalName);
|
||
|
|
||
|
#endif /* _BG_MISC_H */
|