Completed CReplay

This commit is contained in:
Nikolay Korolev
2019-07-01 00:15:34 +03:00
parent 3a763cc6e7
commit 02c7cbc75f
4 changed files with 63 additions and 1 deletions

View File

@@ -25,6 +25,8 @@ public:
CAutomobile(int, uint8);
CAutomobile* ctor(int, uint8);
void SetDoorDamage(int32, uint32, bool); /* TODO: eDoors */
void SetPanelDamage(int32, uint32, bool); /* TODO: ePanels */
void SetBumperDamage(int32, uint32, bool); /* TODO: ePanels */
void dtor() { this->CAutomobile::~CAutomobile(); }
};
static_assert(sizeof(CAutomobile) == 0x5A8, "CAutomobile: error");