mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-17 13:28:59 +00:00
6 lines
147 B
C++
6 lines
147 B
C++
|
#include "common.h"
|
||
|
#include "patcher.h"
|
||
|
#include "ObjectData.h"
|
||
|
|
||
|
WRAPPER void CObjectData::Initialise(const char *filename) { EAXJMP(0x4BC0E0); }
|