File diff r23538:8df50944b27a → r23539:bce8329ee42d
src/settings_func.h
Show inline comments
 
@@ -30,7 +30,7 @@ void IniSaveWindowSettings(IniFile *ini,
 

	
 
/* Functions to load and save NewGRF settings to a separate
 
 * configuration file, used for presets. */
 
typedef AutoFreeSmallVector<char *, 4> GRFPresetList;
 
typedef AutoFreeSmallVector<char *> GRFPresetList;
 

	
 
void GetGRFPresetList(GRFPresetList *list);
 
struct GRFConfig *LoadGRFPresetFromConfig(const char *config_name);