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
TotallyNotElite c374acbee9 LightESP
2018-06-10 11:59:09 +02:00

11 lines
89 B
C++

namespace hacks
{
namespace shared
{
namespace lightesp
{
void run();
void draw();
}}}