settings.h
changeset 4278 761e05083f9c
parent 3888 3cbfc7edbc2b
child 4344 7e123fec5b0b
equal deleted inserted replaced
4277:345e1bd9525a 4278:761e05083f9c
    75 }
    75 }
    76 
    76 
    77 /** The patch values that are used for new games and/or modified in config file */
    77 /** The patch values that are used for new games and/or modified in config file */
    78 extern Patches _patches_newgame;
    78 extern Patches _patches_newgame;
    79 
    79 
    80 void IConsoleSetPatchSetting(const char *name, const char *value);
    80 void IConsoleSetPatchSetting(const char *name, int32 value);
    81 void IConsoleGetPatchSetting(const char *name);
    81 void IConsoleGetPatchSetting(const char *name);
    82 const SettingDesc *GetPatchFromName(const char *name, uint *i);
    82 const SettingDesc *GetPatchFromName(const char *name, uint *i);
    83 void SetPatchValue(uint index, const Patches *object, int32 value);
    83 void SetPatchValue(uint index, const Patches *object, int32 value);
    84 
    84 
    85 #endif /* SETTINGS_H */
    85 #endif /* SETTINGS_H */