Implement/match LegoRaceMap (#1087)

* Implement/match LegoRaceMap

* Fix CI, address review comments

---------

Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
jonschz
2024-08-17 20:30:39 +02:00
committed by GitHub
parent 34047c0cb6
commit 757df96c0d
11 changed files with 200 additions and 21 deletions

View File

@@ -30,8 +30,10 @@ public:
// class MxPtrListCursor<MxPresenter>
// VTABLE: LEGO1 0x100d6470
// SIZE 0x10
class MxPresenterListCursor : public MxPtrListCursor<MxPresenter> {
public:
// FUNCTION: BETA10 0x1007d130
MxPresenterListCursor(MxPresenterList* p_list) : MxPtrListCursor<MxPresenter>(p_list) {}
};
@@ -98,4 +100,13 @@ public:
// TEMPLATE: LEGO1 0x100225e0
// MxList<MxPresenter *>::DeleteEntry
// TEMPLATE: BETA10 0x1007d1d0
// MxPtrListCursor<MxPresenter>::MxPtrListCursor<MxPresenter>
// TEMPLATE: BETA10 0x1007d270
// MxListCursor<MxPresenter>::MxListCursor<MxPresenter>
// TEMPLATE: BETA10 0x100d9420
// MxListCursor<MxPresenter>::Prev
#endif // MXPRESENTERLIST_H