This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
cathook/include/hacks/LightESP.hpp
2018-06-10 20:59:57 +02:00

13 lines
178 B
C++

#include "common.hpp"
#include <hacks/Aimbot.hpp>
namespace hacks
{
namespace shared
{
namespace lightesp
{
void run();
void draw();
rgba_t LightESPColor(CachedEntity *ent);
}}}