mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 05:10:33 +00:00
PlayBackThisFrameInterpolation and all it required...
This commit is contained in:
parent
b2b750bc90
commit
e2bd3573b4
58 changed files with 662 additions and 11 deletions
|
@ -156,8 +156,10 @@ public:
|
|||
|
||||
// to make patching virtual functions possible
|
||||
CEntity *ctor(void) { return ::new (this) CEntity(); }
|
||||
void dtor(void) { this->CEntity::~CEntity(); }
|
||||
void Add_(void) { CEntity::Add(); }
|
||||
void Remove_(void) { CEntity::Remove(); }
|
||||
void SetModelIndex_(uint32 i) { CEntity::SetModelIndex(i); }
|
||||
void CreateRwObject_(void) { CEntity::CreateRwObject(); }
|
||||
void DeleteRwObject_(void) { CEntity::DeleteRwObject(); }
|
||||
CRect GetBoundRect_(void) { return CEntity::GetBoundRect(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue