diff options
Diffstat (limited to 'ESP.h')
-rw-r--r-- | ESP.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,7 +5,7 @@ struct Vector2; struct Vector3; class ESP : public Feature { - bool gaiaEsp = true; + bool gaiaESP = true; bool goldESP = true; bool stoneESP = true; bool trebuchetESP = true; @@ -21,6 +21,8 @@ class ESP : public Feature static uint32_t colors_hex[8]; //Callbacks + void LoadConfig() override; + void SaveConfig() override; void OnUnitIteration(Unit* unit, Player* player, int playerIndex) override; void OnMenuPlayerTreenode(Player* player, int playerIndex) override; void OnNeutralUnit(Unit* unit) override; |