aboutsummaryrefslogtreecommitdiff
path: root/Core.cpp
diff options
context:
space:
mode:
authorBDKPlayer <fabian.stotz@yahoo.de>2020-06-04 12:50:01 +0200
committerBDKPlayer <fabian.stotz@yahoo.de>2020-06-04 12:50:01 +0200
commit35f1e21263097bf044a866817bdeeff7da651f77 (patch)
tree281075620c829eae30277126eade94cbb9b68c4e /Core.cpp
parente441b54d5d7cff7115831f0e3cb21e98d9124a37 (diff)
Added pattern scanning
Diffstat (limited to 'Core.cpp')
-rw-r--r--Core.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Core.cpp b/Core.cpp
index aade39e..ccb8dcc 100644
--- a/Core.cpp
+++ b/Core.cpp
@@ -23,6 +23,7 @@
#include "CustomLoadingScreen.h"
#include "Debug.h"
//#include "PauseManager.h"
+#include "InitialiseOffsets.h"
#include "Offsets.h"
@@ -84,6 +85,7 @@ Core::Core()
onCreateUnitHook.Hook((BYTE*)GetModuleHandle(NULL) + Offsets::createUnitHook, (BYTE*)OnCreateUnitHook, 15);
FeatureManager* featureManager = FeatureManager::Get();
+ featureManager->RegisterFeature(new InitialiseOffsets());
//Register Features here
featureManager->RegisterFeature(new ResourceInformation());