mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-24 13:01:10 +00:00
7 lines
No EOL
184 B
C
7 lines
No EOL
184 B
C
#ifndef _BG_MISC_H
|
|
#define _BG_MISC_H
|
|
|
|
void BG_LanguageFilename(char *baseName,char *baseExtension,char *finalName);
|
|
char* BG_RegisterRace( const char *name );
|
|
|
|
#endif /* _BG_MISC_H */ |