mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-25 13:14:19 +01:00
(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