mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
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:

committed by
GitHub

parent
56f3d12096
commit
b7efd64ac1
@@ -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
|
||||
|
Reference in New Issue
Block a user