From fc9aacc3f339870835e49848e8952fe732a56d5b Mon Sep 17 00:00:00 2001 From: BenCat07 Date: Wed, 28 Feb 2018 18:43:55 +0100 Subject: [PATCH] emoji.hpp --- include/hacks/ESP.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/hacks/ESP.hpp b/include/hacks/ESP.hpp index 1c75127e..e134434d 100644 --- a/include/hacks/ESP.hpp +++ b/include/hacks/ESP.hpp @@ -40,6 +40,7 @@ public: // extern std::array data; +extern hitbox_cache::CachedHitbox *hitboxcache[32][18]; void CreateMove(); void Draw(); @@ -47,6 +48,7 @@ void Draw(); // Entity Processing void __attribute__((fastcall)) ProcessEntity(CachedEntity *ent); void __attribute__((fastcall)) ProcessEntityPT(CachedEntity *ent); +void __attribute__((fastcall)) emoji(CachedEntity *ent); // helper funcs void __attribute__((fastcall)) DrawBox(CachedEntity *ent, const rgba_t &clr);