Bootstrap MxDSSelectAction, generalize MxList (#142)

* reccmp: Add ability to compare template instantiations

* Add example of template instantiation comparison.

* merge

* Add template compare annotations for MxList instances

* Bootstrap MxDSSelectAction, generalize MxList

* Fix template annotations

* Fix merge error

* Fix merge error

---------

Co-authored-by: Brendan Dougherty <brandougherty1@gmail.com>
This commit is contained in:
Christian Semmler
2023-10-02 09:51:43 -04:00
committed by GitHub
parent 56f3d12096
commit b7efd64ac1
6 changed files with 66 additions and 40 deletions

View File

@@ -2,6 +2,7 @@
#define MXDSSELECTACTION_H
#include "mxdsparallelaction.h"
#include "mxstringlist.h"
#include "decomp.h"
// VTABLE 0x100dcfc8
@@ -25,12 +26,9 @@ public:
return !strcmp(name, MxDSSelectAction::ClassName()) || MxDSParallelAction::IsA(name);
}
undefined4 m_unk0x9c;
undefined4 m_unk0xa0;
undefined4 m_unk0xa4;
undefined4 m_unk0xa8;
undefined4 m_unk0xac;
private:
MxString m_unk0x9c;
MxStringList *m_unk0xac;
};
#endif // MXDSSELECTACTION_H