(svn r12786) -Change: remove more function from functions.h.

This commit is contained in:
rubidium 2008-04-19 13:04:29 +00:00
parent 222988603f
commit 118a680fd3
2 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,6 @@ void UpdateViewportSignPos(ViewportSign *sign, int left, int top, StringID str);
/* callback from drivers that is called if the game size changes dynamically */
void GameSizeChanged();
const char *GetCurrentLocale(const char *param);
int ttd_main(int argc, char* argv[]);
void HandleExitGameRequest();

View File

@ -1318,6 +1318,8 @@ const char *GetCurrentLocale(const char *param)
return getenv("LANG");
}
#else
const char *GetCurrentLocale(const char *param);
#endif /* !(defined(WIN32) || defined(__APPLE__)) */
int CDECL StringIDSorter(const void *a, const void *b)