mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Reorder delcarations, add some annotations
This commit is contained in:
@@ -13,16 +13,16 @@ public:
|
||||
MxRegion();
|
||||
virtual ~MxRegion() override;
|
||||
|
||||
virtual void Reset();
|
||||
virtual void VTable0x18(MxRect32& p_rect);
|
||||
virtual MxBool VTable0x1c(MxRect32& p_rect);
|
||||
virtual MxBool VTable0x20();
|
||||
virtual void Reset(); // vtable+0x14
|
||||
virtual void VTable0x18(MxRect32& p_rect); // vtable+0x18
|
||||
virtual MxBool VTable0x1c(MxRect32& p_rect); // vtable+0x1c
|
||||
virtual MxBool VTable0x20(); // vtable+0x20
|
||||
|
||||
inline MxRect32& GetRect() { return this->m_rect; }
|
||||
|
||||
private:
|
||||
MxRegionList* m_list;
|
||||
MxRect32 m_rect;
|
||||
MxRegionList* m_list; // 0x08
|
||||
MxRect32 m_rect; // 0x0c
|
||||
};
|
||||
|
||||
#endif // MXREGION_H
|
||||
|
Reference in New Issue
Block a user