mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-20 09:59:23 +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
|
@ -17,5 +17,6 @@ public:
|
|||
virtual bool GetIsATreadable(void) { return false; }
|
||||
|
||||
CBuilding *ctor(void) { return ::new (this) CBuilding(); }
|
||||
void dtor(void) { this->CBuilding::~CBuilding(); }
|
||||
};
|
||||
static_assert(sizeof(CBuilding) == 0x64, "CBuilding: error");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue