isle/LEGO1/mxdsactionlist.h
2023-09-20 09:18:29 -04:00

26 lines
418 B
C++

#ifndef MXDSACTIONLIST_H
#define MXDSACTIONLIST_H
#include "decomp.h"
#include "mxlist.h"
class MxDSAction;
// VTABLE 0x100dced8
// SIZE 0x1c
class MxDSActionList : public MxList<MxDSAction>
{
public:
MxDSActionList() {
unk18 = 0;
}
virtual MxS8 Compare(MxDSAction *, MxDSAction *); // +0x14
undefined unk18;
};
typedef MxListCursorChild<MxDSAction> MxDSActionListCursor;
#endif // MXDSACTIONLIST_H