mirror of
https://github.com/halpz/re3.git
synced 2025-07-17 16:58:11 +00:00
cleaned up patching of virtual functions; started CAutomobile
This commit is contained in:
@ -10,7 +10,6 @@ public:
|
||||
|
||||
CHeli(int, uint8);
|
||||
CHeli* ctor(int, uint8);
|
||||
void dtor(void) { this->CHeli::~CHeli(); }
|
||||
|
||||
static void SpecialHeliPreRender(void);
|
||||
};
|
||||
|
Reference in New Issue
Block a user