#ifndef MXREGIONLIST_H #define MXREGIONLIST_H #include "mxlist.h" struct MxRegionTopBottom; struct MxRegionLeftRight; // VTABLE 0x100dcb10 TEMPLATE // class MxCollection // VTABLE 0x100dcb28 TEMPLATE // class MxList // VTABLE 0x100dcb40 TEMPLATE // class MxPtrList // VTABLE 0x100dcb58 // SIZE 0x18 class MxRegionList : public MxPtrList { public: MxRegionList() : MxPtrList(Destroy) {} static void Destroy(MxRegionTopBottom*); }; // VTABLE 0x100dcb88 typedef MxListCursorChildChild MxRegionListCursor; // VTABLE 0x100dcc10 typedef MxListCursorChildChild MxRegionLeftRightListCursor; // VTABLE 0x100dcc40 TEMPLATE // class MxCollection // VTABLE 0x100dcc58 TEMPLATE // class MxList // VTABLE 0x100dcc70 TEMPLATE // class MxPtrList // VTABLE 0x100dcc88 // SIZE 0x18 class MxRegionLeftRightList : public MxPtrList { public: MxRegionLeftRightList() : MxPtrList(Destroy) {} static void Destroy(MxRegionLeftRight*); }; #endif // MXREGIONLIST_H