diff options
author | BDKPlayer <fabian.stotz@yahoo.de> | 2020-07-16 17:04:20 +0200 |
---|---|---|
committer | BDKPlayer <fabian.stotz@yahoo.de> | 2020-07-16 17:04:20 +0200 |
commit | f07b2ff244c83328b19c82c9d724911958d0ae2b (patch) | |
tree | 8e1a6fc3c1289bb7b415181dbdf82da02971d31a /Core.cpp | |
parent | b6ca68f1da53df0fedbe3f0693807080f1bb8c5b (diff) |
added license
Diffstat (limited to 'Core.cpp')
-rw-r--r-- | Core.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |