isle/LEGO1/mxstringlist.h
2023-11-18 13:16:14 -05:00

15 lines
277 B
C++

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