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/KillMessage.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include "Settings.hpp"
#include "KillMessage.h"
void kill_message_thread() {
cheat_thread_state::kill_message_thread_status = 1;
}