mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
BETA matches for SoundManagers (#1646)
--------- Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -5,12 +5,15 @@
|
||||
#include "mxpresenter.h"
|
||||
|
||||
// VTABLE: LEGO1 0x100d62f0
|
||||
// VTABLE: BETA10 0x101bf070
|
||||
// class MxPtrList<MxPresenter>
|
||||
|
||||
// VTABLE: LEGO1 0x100d6308
|
||||
// VTABLE: BETA10 0x101bf050
|
||||
// SIZE 0x18
|
||||
class MxPresenterList : public MxPtrList<MxPresenter> {
|
||||
public:
|
||||
// FUNCTION: BETA10 0x100dc900
|
||||
MxPresenterList(MxBool p_ownership = FALSE) : MxPtrList<MxPresenter>(p_ownership) {}
|
||||
|
||||
// FUNCTION: LEGO1 0x1001cd00
|
||||
@@ -35,6 +38,13 @@ class MxPresenterListCursor : public MxPtrListCursor<MxPresenter> {
|
||||
public:
|
||||
// FUNCTION: BETA10 0x1007d130
|
||||
MxPresenterListCursor(MxPresenterList* p_list) : MxPtrListCursor<MxPresenter>(p_list) {}
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1001eed0
|
||||
// MxPresenterListCursor::`scalar deleting destructor'
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1001f0c0
|
||||
// SYNTHETIC: BETA10 0x1007d510
|
||||
// MxPresenterListCursor::~MxPresenterListCursor
|
||||
};
|
||||
|
||||
// VTABLE: LEGO1 0x100d6350
|
||||
@@ -58,7 +68,11 @@ public:
|
||||
// TEMPLATE: LEGO1 0x1001ce20
|
||||
// MxList<MxPresenter *>::~MxList<MxPresenter *>
|
||||
|
||||
// TEMPLATE: BETA10 0x100dc9f0
|
||||
// MxPtrList<MxPresenter>::MxPtrList<MxPresenter>
|
||||
|
||||
// TEMPLATE: LEGO1 0x1001cf20
|
||||
// TEMPLATE: BETA10 0x100dce70
|
||||
// MxPtrList<MxPresenter>::~MxPtrList<MxPresenter>
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1001cf70
|
||||
@@ -73,10 +87,8 @@ public:
|
||||
// SYNTHETIC: LEGO1 0x1001d100
|
||||
// MxPresenterList::~MxPresenterList
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1001eed0
|
||||
// MxPresenterListCursor::`scalar deleting destructor'
|
||||
|
||||
// TEMPLATE: LEGO1 0x1001ef40
|
||||
// TEMPLATE: BETA10 0x1007d370
|
||||
// MxPtrListCursor<MxPresenter>::~MxPtrListCursor<MxPresenter>
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1001ef90
|
||||
@@ -86,11 +98,9 @@ public:
|
||||
// MxPtrListCursor<MxPresenter>::`scalar deleting destructor'
|
||||
|
||||
// TEMPLATE: LEGO1 0x1001f070
|
||||
// TEMPLATE: BETA10 0x1007d490
|
||||
// MxListCursor<MxPresenter *>::~MxListCursor<MxPresenter *>
|
||||
|
||||
// FUNCTION: LEGO1 0x1001f0c0
|
||||
// MxPresenterListCursor::~MxPresenterListCursor
|
||||
|
||||
// TEMPLATE: LEGO1 0x10020760
|
||||
// MxListCursor<MxPresenter *>::MxListCursor<MxPresenter *>
|
||||
|
||||
@@ -106,6 +116,18 @@ public:
|
||||
// TEMPLATE: BETA10 0x1007d270
|
||||
// MxListCursor<MxPresenter *>::MxListCursor<MxPresenter *>
|
||||
|
||||
// TEMPLATE: BETA10 0x1007dc60
|
||||
// MxListCursor<MxPresenter *>::Next
|
||||
|
||||
// TEMPLATE: BETA10 0x100d8f20
|
||||
// MxListCursor<MxPresenter *>::Reset
|
||||
|
||||
// TEMPLATE: BETA10 0x1007e070
|
||||
// MxListEntry<MxPresenter *>::GetNext
|
||||
|
||||
// TEMPLATE: BETA10 0x1007e0a0
|
||||
// MxListEntry<MxPresenter *>::GetValue
|
||||
|
||||
// TEMPLATE: BETA10 0x100d9420
|
||||
// ?Prev@?$MxListCursor@PAVMxPresenter@@@@QAEEAAPAVMxPresenter@@@Z
|
||||
|
||||
|
Reference in New Issue
Block a user