Add stamina and mana cheats toggles
This commit is contained in:
@@ -19,6 +19,10 @@ extern reshade::api::effect_uniform_variable u_IgnoreHits_show;
|
||||
extern reshade::api::effect_uniform_variable u_IgnoreHits_enabled;
|
||||
extern reshade::api::effect_uniform_variable u_Stealth_show;
|
||||
extern reshade::api::effect_uniform_variable u_Stealth_enabled;
|
||||
extern reshade::api::effect_uniform_variable u_Stamina_show;
|
||||
extern reshade::api::effect_uniform_variable u_Stamina_enabled;
|
||||
extern reshade::api::effect_uniform_variable u_Mana_show;
|
||||
extern reshade::api::effect_uniform_variable u_Mana_enabled;
|
||||
|
||||
extern void SetFixesEnabled(GameFixes fix, bool value);
|
||||
extern void SaveSettings();
|
||||
|
||||
Reference in New Issue
Block a user