aboutsummaryrefslogtreecommitdiff
path: root/ESP.h
diff options
context:
space:
mode:
Diffstat (limited to 'ESP.h')
-rw-r--r--ESP.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ESP.h b/ESP.h
index be66fb5..21699de 100644
--- a/ESP.h
+++ b/ESP.h
@@ -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;