diff options
author | BDKPlayer <fabian.stotz@yahoo.de> | 2020-04-10 17:54:48 +0200 |
---|---|---|
committer | BDKPlayer <fabian.stotz@yahoo.de> | 2020-04-10 17:54:48 +0200 |
commit | 8fc311eaba0bc23a2b4cfbbd7882d2385710e234 (patch) | |
tree | e2e59e86f4dea000b71746042915321943fe952c /MinimapText.h | |
parent | 5b7e11032b3e3870c3f5919e0d65927e95bbb31b (diff) |
Added Config system to save/load settings
Diffstat (limited to 'MinimapText.h')
-rw-r--r-- | MinimapText.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MinimapText.h b/MinimapText.h index 5bc376a..e21c00e 100644 --- a/MinimapText.h +++ b/MinimapText.h @@ -5,6 +5,8 @@ class DetourHook64; class MinimapText : public Feature { //Callbacks + void LoadConfig() override; + void SaveConfig() override; void OnInitialise() override; void OnMenuMainWindow() override; void OnShutdown() override; |