Modern compiler fix

This commit is contained in:
Christian Semmler 2025-01-17 18:17:44 -07:00
parent f8ea24cad0
commit 961a61d9ba

View File

@ -3,6 +3,9 @@
class LegoPathStruct; class LegoPathStruct;
#include "decomp.h"
#include "legoweedge.h"
// This struct might have been defined elsewhere (legopathstruct.h?). // This struct might have been defined elsewhere (legopathstruct.h?).
// Must be defined before the inclusion of Mx4DPointFloat for correct order // Must be defined before the inclusion of Mx4DPointFloat for correct order
// SIZE 0x0c // SIZE 0x0c
@ -21,8 +24,6 @@ struct PathWithTrigger {
float m_unk0x08; // 0x08 float m_unk0x08; // 0x08
}; };
#include "decomp.h"
#include "legoweedge.h"
#include "mxgeometry/mxgeometry3d.h" #include "mxgeometry/mxgeometry3d.h"
#include "mxgeometry/mxgeometry4d.h" #include "mxgeometry/mxgeometry4d.h"