(svn r9271) -Codechange: make the language pack initialisation a little more clear and extendable (more language paths).

This commit is contained in:
rubidium
2007-03-17 22:21:05 +00:00
parent abf601a1ef
commit 7fb3b4f83e
5 changed files with 137 additions and 86 deletions

View File

@@ -205,8 +205,6 @@ void ShowSaveLoadDialog(int mode);
/* callback from drivers that is called if the game size changes dynamically */
void GameSizeChanged();
bool FileExists(const char *filename);
bool ReadLanguagePack(int index);
void InitializeLanguagePacks();
const char *GetCurrentLocale(const char *param);
void *ReadFileToMem(const char *filename, size_t *lenp, size_t maxsize);