13 lines
178 B
C++
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);
|
|
}}}
|