summaryrefslogtreecommitdiff
path: root/src/functions.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-03-17 22:21:05 +0000
committerrubidium <rubidium@openttd.org>2007-03-17 22:21:05 +0000
commit7fb3b4f83e9348c87924dd258afdb51a724467b7 (patch)
treec3c942e6a51b78268b05e750417a6ee0b7118f2b /src/functions.h
parentabf601a1eff12888b282e8278fce26edb18fcb2f (diff)
downloadopenttd-7fb3b4f83e9348c87924dd258afdb51a724467b7.tar.xz
(svn r9271) -Codechange: make the language pack initialisation a little more clear and extendable (more language paths).
Diffstat (limited to 'src/functions.h')
-rw-r--r--src/functions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/functions.h b/src/functions.h
index 2fb154b7f..2d3bcc998 100644
--- a/src/functions.h
+++ b/src/functions.h
@@ -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);