mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-09 23:53:02 +00:00
Implement LegoWorld::Enable (#516)
* WIP VTable0x68 * Improve match * Match * Fix * Fix * Move vars * Match * Add call to Isle * Rename functions * Fix style
This commit is contained in:
committed by
GitHub
parent
a7acf8c607
commit
558bda4dd2
@@ -1,5 +1,9 @@
|
||||
#include "viewmanager.h"
|
||||
|
||||
#include "decomp.h"
|
||||
|
||||
DECOMP_SIZE_ASSERT(ViewManager, 0x1bc)
|
||||
|
||||
// STUB: LEGO1 0x100a5eb0
|
||||
ViewManager::ViewManager(Tgl::Renderer* pRenderer, Tgl::Group* scene, const OrientableROI* point_of_view)
|
||||
{
|
||||
|
||||
@@ -20,8 +20,15 @@ public:
|
||||
// SYNTHETIC: LEGO1 0x100a6000
|
||||
// ViewManager::`scalar deleting destructor'
|
||||
|
||||
inline void AddToUnknown0x08(ViewROI* p_roi) { m_unk0x08.push_back(p_roi); }
|
||||
|
||||
private:
|
||||
undefined m_pad[0x1b8];
|
||||
undefined4 m_unk0x04; // 0x04
|
||||
CompoundObject m_unk0x08; // 0x08
|
||||
undefined m_pad[0x1c8]; // 0x14
|
||||
};
|
||||
|
||||
// TEMPLATE: LEGO1 0x10022030
|
||||
// list<ROI *,allocator<ROI *> >::insert
|
||||
|
||||
#endif // VIEWMANAGER_H
|
||||
|
||||
Reference in New Issue
Block a user