summaryrefslogtreecommitdiffstats
path: root/src/MloInstance.cpp
blob: dbd8372723403c97136838f4211b65e10f2e302e (plain) (blame)
1
2
3
4
5
6
7
#include "common.h"
#include "patcher.h"
#include "MloInstance.h"

STARTPATCHES
InjectHook(0x50BE90, &CMloInstance::dtor, PATCH_JUMP);
ENDPATCHES