feat: Initial commit of project structure, IDA database, the Tools, readme and license

This commit is contained in:
ALittlePatate
2021-12-18 13:02:24 +01:00
commit 0968b31444
40 changed files with 1232 additions and 0 deletions

6
Ezfrags/Get.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#include <Windows.h>
namespace Get {
INT32 LocalPlayer();
}