File diff r25565:6a5de7df7ea1 → r25566:1f8274202421
src/settings_internal.h
Show inline comments
 
@@ -302,6 +302,5 @@ typedef std::initializer_list<std::uniqu
 
const SettingDesc *GetSettingFromName(const char *name);
 
bool SetSettingValue(const IntSettingDesc *sd, int32 value, bool force_newgame = false);
 
bool SetSettingValue(const StringSettingDesc *sd, const std::string value, bool force_newgame = false);
 
uint GetSettingIndex(const SettingDesc *sd);
 

	
 
#endif /* SETTINGS_INTERNAL_H */