This commit is contained in:
MihailRis
2024-03-31 23:05:38 +03:00
parent 48982e3478
commit 8950f4ecd5
9 changed files with 40 additions and 46 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ class SettingsHandler {
public:
SettingsHandler(EngineSettings& settings);
dynamic::Value getValue(std::string name) const;
dynamic::Value getValue(const std::string& name) const;
void setValue(const std::string& name, dynamic::Value value);
};
extern std::string write_controls();