Update ScrapHack.cpp: remov unused include and variable
This commit is contained in:
parent
5f55c75a4b
commit
005668103a
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue