forked from mirror/OpenTTD
(svn r19576) -Codechange: Unduplicating parse_intlist().
This commit is contained in:
@@ -20,6 +20,8 @@ void IConsoleSetSetting(const char *name, int32 value);
|
||||
void IConsoleGetSetting(const char *name, bool force_newgame = false);
|
||||
void IConsoleListSettings(const char *prefilter);
|
||||
|
||||
int parse_intlist(const char *p, int *items, int maxitems);
|
||||
|
||||
void LoadFromConfig();
|
||||
void SaveToConfig();
|
||||
void CheckConfig();
|
||||
|
Reference in New Issue
Block a user