aboutsummaryrefslogtreecommitdiff
path: root/Core.cpp
diff options
context:
space:
mode:
authorBDKPlayer <fabian.stotz@yahoo.de>2020-07-16 17:04:20 +0200
committerBDKPlayer <fabian.stotz@yahoo.de>2020-07-16 17:04:20 +0200
commitf07b2ff244c83328b19c82c9d724911958d0ae2b (patch)
tree8e1a6fc3c1289bb7b415181dbdf82da02971d31a /Core.cpp
parentb6ca68f1da53df0fedbe3f0693807080f1bb8c5b (diff)
added license
Diffstat (limited to 'Core.cpp')
-rw-r--r--Core.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Core.cpp b/Core.cpp
index dd709bb..5ff0aee 100644
--- a/Core.cpp
+++ b/Core.cpp
@@ -82,6 +82,7 @@ void __fastcall OnCreateUnitHook(Registers* registers)
Core::Core()
{
+ printf("Core::Core()\n");
onCreateUnitHook.Hook((BYTE*)GetModuleHandle(NULL) + Offsets::createUnitHook, (BYTE*)OnCreateUnitHook, 15);
FeatureManager* featureManager = FeatureManager::Get();