Change features.h includes
This commit is contained in:
parent
db9068d86f
commit
195f9831af
|
@ -1,11 +1,9 @@
|
|||
|
||||
#include "include/esp.h"
|
||||
#include "features.h"
|
||||
#include "../include/globals.h"
|
||||
#include "../include/cvars.h"
|
||||
#include "../include/util.h"
|
||||
|
||||
/* TODO: Replace src/features/include/X.h -> src/features/features.h */
|
||||
|
||||
void esp(void) {
|
||||
if (!CVAR_ON(esp))
|
||||
return;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "include/movement.h"
|
||||
#include "features.h"
|
||||
#include "../include/sdk.h"
|
||||
#include "../include/globals.h"
|
||||
#include "../include/cvars.h"
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
#include "include/sdk.h"
|
||||
#include "include/globals.h"
|
||||
|
||||
#include "features/include/movement.h"
|
||||
#include "features/include/esp.h"
|
||||
/* bhop(), esp(), etc. */
|
||||
#include "features/features.h"
|
||||
|
||||
DECL_HOOK(CL_CreateMove);
|
||||
DECL_HOOK(HUD_Redraw);
|
||||
|
|
Loading…
Reference in New Issue