From 28f41cf689def99fb586bfca47b7e1786227a5a2 Mon Sep 17 00:00:00 2001 From: navewindre Date: Fri, 12 Jul 2024 05:40:41 +0200 Subject: base shit --- src/conin.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/conin.cpp') diff --git a/src/conin.cpp b/src/conin.cpp index 85c34fb..b23050b 100644 --- a/src/conin.cpp +++ b/src/conin.cpp @@ -6,8 +6,6 @@ #include #include "mathutil.h" #include "process.h" -#include "csgo/csgoplayer.h" -#include "csgo/hack.h" U8* con_key_states = (U8*)malloc( 256 ); bool con_capturing_input = false; -- cgit v1.2.3