Ouf 2
This commit is contained in:
parent
e678e98958
commit
bcb0c2f229
@ -1,8 +1,8 @@
|
||||
#include "hacks/LightESP.hpp"
|
||||
#if ENABLE_VISUALS
|
||||
#include <glez/draw.hpp>
|
||||
#endif
|
||||
#include <settings/Bool.hpp>
|
||||
#include "hacks/LightESP.hpp"
|
||||
|
||||
static settings::Bool enable{ "lightesp.enable", "false" };
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
* Author: nullifiedcat
|
||||
*/
|
||||
|
||||
#include "common.hpp"
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/mman.h>
|
||||
@ -20,7 +21,6 @@
|
||||
#include "core/sharedobj.hpp"
|
||||
|
||||
#include "hack.hpp"
|
||||
#include "common.hpp"
|
||||
|
||||
static settings::Bool render_zoomed{ "visuals.render-local-zoomed", "false" };
|
||||
static settings::Bool anti_afk{ "misc.anti-afk", "false" };
|
||||
|
@ -4,11 +4,11 @@
|
||||
* Created on: Mar 28, 2017
|
||||
* Author: nullifiedcat
|
||||
*/
|
||||
#include "common.hpp"
|
||||
#if ENABLE_VISUALS
|
||||
#include <glez/draw.hpp>
|
||||
#endif
|
||||
#include <settings/Int.hpp>
|
||||
#include "common.hpp"
|
||||
#include "hacks/Radar.hpp"
|
||||
|
||||
#ifndef FEATURE_RADAR_DISABLED
|
||||
|
Reference in New Issue
Block a user