diff options
Diffstat (limited to '')
-rw-r--r-- | src/MloInstance.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/MloInstance.cpp b/src/MloInstance.cpp new file mode 100644 index 00000000..dbd83727 --- /dev/null +++ b/src/MloInstance.cpp @@ -0,0 +1,7 @@ +#include "common.h" +#include "patcher.h" +#include "MloInstance.h" + +STARTPATCHES +InjectHook(0x50BE90, &CMloInstance::dtor, PATCH_JUMP); +ENDPATCHES
\ No newline at end of file |