emoji.hpp
This commit is contained in:
parent
fad69ac0b6
commit
fc9aacc3f3
@ -40,6 +40,7 @@ public:
|
||||
|
||||
//
|
||||
extern std::array<ESPData, 2048> 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);
|
||||
|
Reference in New Issue
Block a user