aboutsummaryrefslogtreecommitdiff
path: root/ESP.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-10-30 12:26:48 +0100
committerToni Uhlig <matzeton@googlemail.com>2020-10-30 12:26:48 +0100
commit51787d2240b8836b31e38e0590090bbb9041d8c2 (patch)
tree9d18db6661cc208a1ae4dba8097437a6a09ab39c /ESP.h
parentf873d61f36a46c42cc444dcb596f0d354ae3d202 (diff)
parent822b531a4f9b8120f1126fbaec085b8b6fab4c57 (diff)
Merge branch 'master' of https://github.com/simonsan/Age_of_Empires_II_Definitive-Edition-SDKHEADmaster
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'ESP.h')
-rw-r--r--ESP.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ESP.h b/ESP.h
index a6d9b1e..ab58148 100644
--- a/ESP.h
+++ b/ESP.h
@@ -12,6 +12,9 @@ class ESP : public Feature
bool stoneESP = true;
bool trebuchetESP = true;
bool siegeImpactLocation = true;
+ bool allyEsp = false;
+ bool neutralEsp = true;
+ bool enemyEsp = true;
bool playerUnitEsp[9] = { true,true,true,true,true,true,true,true, true };
bool playerUnitDestinationEsp[9] = { false,false,false,false,false,false,false,false, false };