(svn r19577) -Codechange: apply coding style to names of functions in settings.cpp

This commit is contained in:
smatz
2010-04-07 20:28:02 +00:00
parent 1e48b2332e
commit 5eb1e3d033
3 changed files with 30 additions and 30 deletions

View File

@@ -20,7 +20,7 @@ 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);
int ParseIntList(const char *p, int *items, int maxitems);
void LoadFromConfig();
void SaveToConfig();