diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index e14e12a5..64b346b2 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -48,12 +48,10 @@ target_sources(cathook PRIVATE "${CMAKE_CURRENT_LIST_DIR}/tfmm.hpp" "${CMAKE_CURRENT_LIST_DIR}/timer.hpp" "${CMAKE_CURRENT_LIST_DIR}/trace.hpp" - "${CMAKE_CURRENT_LIST_DIR}/ucccccp_cmds.hpp" "${CMAKE_CURRENT_LIST_DIR}/usercmd.hpp" "${CMAKE_CURRENT_LIST_DIR}/velocity.hpp" "${CMAKE_CURRENT_LIST_DIR}/vfunc.hpp" "${CMAKE_CURRENT_LIST_DIR}/votelogger.hpp" - "${CMAKE_CURRENT_LIST_DIR}/xorstring.hpp" "${CMAKE_CURRENT_LIST_DIR}/MiscTemporary.hpp") target_include_directories(cathook PRIVATE "${CMAKE_CURRENT_LIST_DIR}") diff --git a/include/common.hpp b/include/common.hpp index 7e0ca892..6153552b 100755 --- a/include/common.hpp +++ b/include/common.hpp @@ -68,7 +68,6 @@ #include "hoovy.hpp" #include #include "projlogging.hpp" -#include "ucccccp_cmds.hpp" #include "velocity.hpp" #include "angles.hpp" #include "entityhitboxcache.hpp" diff --git a/include/hacks/ac/aimbot.hpp b/include/hacks/ac/aimbot.hpp index 85288609..f5299971 100755 --- a/include/hacks/ac/aimbot.hpp +++ b/include/hacks/ac/aimbot.hpp @@ -7,11 +7,11 @@ #pragma once +#include + class KeyValues; class CachedEntity; -#include - namespace ac { namespace aimbot diff --git a/include/ucccccp_cmds.hpp b/include/ucccccp_cmds.hpp deleted file mode 100755 index eacc6491..00000000 --- a/include/ucccccp_cmds.hpp +++ /dev/null @@ -1,13 +0,0 @@ -/* - * utfccp_commands.hpp - * - * Created on: Jul 1, 2017 - * Author: nullifiedcat - */ - -#pragma once - -class CatCommand; - -extern CatCommand ucccccp_encrypt; -extern CatCommand ucccccp_decrypt; diff --git a/include/xorstring.hpp b/include/xorstring.hpp deleted file mode 100755 index 0fa6c8a3..00000000 --- a/include/xorstring.hpp +++ /dev/null @@ -1,11 +0,0 @@ -/* - * xorstring.hpp - * - * Created on: Jun 5, 2017 - * Author: nullifiedcat - */ - -#pragma once - -// TODO stub -#define XS(s) s diff --git a/src/ucccccp_cmds.cpp b/src/ucccccp_cmds.cpp index 17c0ee85..fdadda61 100755 --- a/src/ucccccp_cmds.cpp +++ b/src/ucccccp_cmds.cpp @@ -7,7 +7,6 @@ #include "ucccccp.hpp" #include "common.hpp" -#include "ucccccp_cmds.hpp" CatCommand utfccp_encrypt( "ucccccp_encrypt", "Encrypt a message", [](const CCommand &args) {