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);