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