From 005668103acbbe2a8ee7385e5f5a6310f2045858 Mon Sep 17 00:00:00 2001 From: Daniel Seiller Date: Thu, 28 Nov 2019 19:59:54 +0100 Subject: [PATCH] Update ScrapHack.cpp: remov unused include and variable --- ScrapHacks/ScrapHack/ScrapHack.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ScrapHacks/ScrapHack/ScrapHack.cpp b/ScrapHacks/ScrapHack/ScrapHack.cpp index 5c7237d..f1ec67a 100644 --- a/ScrapHacks/ScrapHack/ScrapHack.cpp +++ b/ScrapHacks/ScrapHack/ScrapHack.cpp @@ -15,10 +15,8 @@ using namespace std; #include "Structures.h" #include "Py_Utils.h" #include "Hook.h" -#include "VMT_Hook.h" #include "D3D8_Hook.h" #include "REPL.h" -bool do_sleep=true; HMODULE hD3D8Dll = 0; bool initialized = false;