Update hooks.h

This commit is contained in:
rexx 2021-10-05 22:01:28 +01:00
parent 3d770e087d
commit c356dd403c

View File

@ -13,7 +13,6 @@ extern bool g_bBlockInput;
namespace Hooks
{
extern std::vector<std::string> g_vOutput;
#pragma region CHLClient
void __fastcall FrameStageNotify(CHLClient* rcx, ClientFrameStage_t curStage);