Add project files.

This commit is contained in:
INSANEMODE
2020-11-13 02:53:09 -06:00
parent 12103eb36e
commit 6512965fed
25 changed files with 7018 additions and 0 deletions

9
dllmain.h Normal file
View File

@ -0,0 +1,9 @@
#include <Windows.h>
HMODULE LogHandle;
namespace Game
{
void Testprint();
void clanTagThread();
}