1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-01-13 21:15:28 +00:00
re3/src/control/ObjectData.cpp

6 lines
147 B
C++
Raw Normal View History

2019-06-18 07:50:26 +00:00
#include "common.h"
#include "patcher.h"
#include "ObjectData.h"
WRAPPER void CObjectData::Initialise(const char *filename) { EAXJMP(0x4BC0E0); }