forked from mirror/OpenTTD
(svn r20689) -Codechange: Make some global functions used in 1 .cpp file static in that file.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user