Update ScrapHack.cpp: remov unused include and variable

This commit is contained in:
Daniel S. 2019-11-28 19:59:54 +01:00
parent 5f55c75a4b
commit 005668103a
1 changed files with 0 additions and 2 deletions

View File

@ -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;