Change features.h includes
This commit is contained in:
		| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user