src/settings_internal.h
changeset 9426 a77c8a4abcf5
parent 9413 7042a8ec3fa8
child 9996 fceaf224b2f0
equal deleted inserted replaced
9425:fe15794c1448 9426:a77c8a4abcf5
    83 	IGT_LIST      = 1, ///< a list of values, seperated by \n and terminated by the next group block
    83 	IGT_LIST      = 1, ///< a list of values, seperated by \n and terminated by the next group block
    84 };
    84 };
    85 
    85 
    86 const SettingDesc *GetPatchFromName(const char *name, uint *i);
    86 const SettingDesc *GetPatchFromName(const char *name, uint *i);
    87 bool SetPatchValue(uint index, int32 value);
    87 bool SetPatchValue(uint index, int32 value);
       
    88 bool SetPatchValue(uint index, const char *value);
    88 
    89 
    89 #endif /* SETTINGS_H */
    90 #endif /* SETTINGS_H */