rpgxef/code/game/bg_misc.h

7 lines
184 B
C
Raw Normal View History

2013-05-24 21:22:14 +00:00
#ifndef _BG_MISC_H
#define _BG_MISC_H
void BG_LanguageFilename(char *baseName,char *baseExtension,char *finalName);
char* BG_RegisterRace( const char *name );
2013-05-24 21:22:14 +00:00
#endif /* _BG_MISC_H */