mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-24 04:51:12 +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 */
|