This commit is contained in:
TotallyNotElite 2018-08-19 23:23:23 +02:00
parent e678e98958
commit bcb0c2f229
3 changed files with 3 additions and 3 deletions

View File

@ -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" };

View File

@ -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" };

View File

@ -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