2024-03-26 13:51:52 -04:00
|
|
|
#ifndef LEGOPATHBOUNDARY_H
|
|
|
|
#define LEGOPATHBOUNDARY_H
|
2023-06-30 14:34:39 -04:00
|
|
|
|
2024-03-26 13:51:52 -04:00
|
|
|
#include "geom/legowegedge.h"
|
|
|
|
#include "mxstl/stlcompat.h"
|
|
|
|
#include "mxtypes.h"
|
2023-06-30 14:34:39 -04:00
|
|
|
|
2024-03-26 13:51:52 -04:00
|
|
|
struct LegoPathBoundaryComparator {
|
|
|
|
MxBool operator()(const undefined*, const undefined*) const { return 0; }
|
|
|
|
};
|
|
|
|
|
|
|
|
// VTABLE: LEGO1 0x100d8618
|
|
|
|
// SIZE 0x74
|
|
|
|
class LegoPathBoundary : public LegoWEGEdge {
|
|
|
|
public:
|
|
|
|
LegoPathBoundary();
|
|
|
|
|
|
|
|
// STUB: LEGO1 0x10047a80
|
|
|
|
// LegoPathBoundary::`scalar deleting destructor'
|
|
|
|
|
|
|
|
private:
|
|
|
|
map<undefined*, undefined*, LegoPathBoundaryComparator> m_unk0x54; // 0x54
|
|
|
|
map<undefined*, undefined*, LegoPathBoundaryComparator> m_unk0x64; // 0x64
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif // LEGOPATHBOUNDARY_H
|