Files
isle/LEGO1/mxstringlist.h
2023-11-28 09:00:57 -05:00

15 lines
291 B
C++

#ifndef MXSTRINGLIST_H
#define MXSTRINGLIST_H
#include "mxlist.h"
#include "mxstring.h"
// VTABLE: LEGO1 0x100dd040
// SIZE 0x18
class MxStringList : public MxList<MxString> {};
// VTABLE: LEGO1 0x100dd058
typedef MxListCursorChild<MxString> MxStringListCursor;
#endif // MXSTRINGLIST_H