commit
19fc5f8df7
@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#if ENABLE_VISUALS
|
||||
#include "visual/atlas.hpp"
|
||||
#include "common.hpp"
|
||||
|
||||
@ -21,3 +21,4 @@ void Draw();
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
@ -29,7 +29,9 @@
|
||||
#include "AutoDeadringer.hpp"
|
||||
#include "Bunnyhop.hpp"
|
||||
#include "LagExploit.hpp"
|
||||
#if ENABLE_VISUALS
|
||||
#include "Radar.hpp"
|
||||
#endif
|
||||
#include "Walkbot.hpp"
|
||||
#include "AutoJoin.hpp"
|
||||
#include "AntiBackstab.hpp"
|
||||
|
@ -64,12 +64,11 @@ DECLARE_HOOKED_METHOD(FireEvent, bool, IGameEventManager2 *, IGameEvent *,
|
||||
bool);
|
||||
DECLARE_HOOKED_METHOD(FireEventClientSide, bool, IGameEventManager2 *,
|
||||
IGameEvent *);
|
||||
|
||||
DECLARE_HOOKED_METHOD(IsPlayingTimeDemo, bool);
|
||||
#if ENABLE_VISUALS
|
||||
// ClientMode
|
||||
DECLARE_HOOKED_METHOD(OverrideView, void, void *, CViewSetup *);
|
||||
// g_IEngine
|
||||
DECLARE_HOOKED_METHOD(IsPlayingTimeDemo, bool);
|
||||
// IVModelRender
|
||||
DECLARE_HOOKED_METHOD(DrawModelExecute, void, IVModelRender *,
|
||||
const DrawModelState_t &, const ModelRenderInfo_t &,
|
||||
|
Reference in New Issue
Block a user