(svn r20689) -Codechange: Make some global functions used in 1 .cpp file static in that file.

This commit is contained in:
alberth
2010-08-29 15:58:43 +00:00
parent 219ad6e003
commit 9f5a96ead2
12 changed files with 6 additions and 13 deletions

View File

@@ -20,8 +20,6 @@ void IConsoleSetSetting(const char *name, int32 value);
void IConsoleGetSetting(const char *name, bool force_newgame = false);
void IConsoleListSettings(const char *prefilter);
int ParseIntList(const char *p, int *items, int maxitems);
void LoadFromConfig();
void SaveToConfig();
void CheckConfig();