mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
Add remaining classes, implement/match LegoObjectFactory (#1026)
* Add missing classes * Match LegoObjectFactory * Remove semicolon * Add symbol * Fix
This commit is contained in:

committed by
GitHub

parent
abb4483e18
commit
cf576ca78f
@@ -10,7 +10,7 @@
|
||||
// SIZE 0x68
|
||||
class LegoActionControlPresenter : public MxMediaPresenter {
|
||||
public:
|
||||
LegoActionControlPresenter() { m_unk0x50 = Extra::ActionType::e_none; }
|
||||
LegoActionControlPresenter() : m_unk0x50(Extra::ActionType::e_none) {}
|
||||
~LegoActionControlPresenter() override { Destroy(TRUE); } // vtable+0x00
|
||||
|
||||
// FUNCTION: BETA10 0x100a7840
|
||||
|
Reference in New Issue
Block a user