mirror of
https://github.com/halpz/re3.git
synced 2025-07-15 12:48:14 +00:00
the great reorganization
This commit is contained in:
7
src/modelinfo/MloInstance.cpp
Normal file
7
src/modelinfo/MloInstance.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include "common.h"
|
||||
#include "patcher.h"
|
||||
#include "MloInstance.h"
|
||||
|
||||
STARTPATCHES
|
||||
InjectHook(0x50BE90, &CMloInstance::dtor, PATCH_JUMP);
|
||||
ENDPATCHES
|
9
src/modelinfo/MloInstance.h
Normal file
9
src/modelinfo/MloInstance.h
Normal file
@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "Placeable.h"
|
||||
|
||||
class CMloInstance : CPlaceable
|
||||
{
|
||||
public:
|
||||
void dtor() { this->CMloInstance::~CMloInstance(); }
|
||||
};
|
Reference in New Issue
Block a user