mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 00:06:22 +00:00
cleaned up patching of virtual functions; started CAutomobile
This commit is contained in:
@ -21,6 +21,5 @@ public:
|
||||
|
||||
CTrain(int, uint8);
|
||||
CTrain* ctor(int, uint8);
|
||||
void dtor(void) { this->CTrain::~CTrain(); }
|
||||
};
|
||||
static_assert(sizeof(CTrain) == 0x2E4, "CTrain: error");
|
||||
|
Reference in New Issue
Block a user