mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Windows fixes
This commit is contained in:
@@ -7,7 +7,7 @@ class CScriptSpiderBallWaypoint : public CActor {
|
||||
enum class ECheckActiveWaypoint { Check, SkipCheck };
|
||||
u32 xe8_;
|
||||
std::vector<TUniqueId> xec_waypoints;
|
||||
std::experimental::optional<zeus::CAABox> xfc_aabox;
|
||||
rstl::optional<zeus::CAABox> xfc_aabox;
|
||||
|
||||
public:
|
||||
CScriptSpiderBallWaypoint(TUniqueId, std::string_view, const CEntityInfo&, const zeus::CTransform&, bool, u32);
|
||||
@@ -15,7 +15,7 @@ public:
|
||||
void AcceptScriptMsg(EScriptObjectMessage, TUniqueId, CStateManager&);
|
||||
void Render(const CStateManager& mgr) const { CActor::Render(mgr); }
|
||||
void AddToRenderer(const zeus::CFrustum&, const CStateManager&) const {}
|
||||
std::experimental::optional<zeus::CAABox> GetTouchBounds() const { return xfc_aabox; }
|
||||
rstl::optional<zeus::CAABox> GetTouchBounds() const { return xfc_aabox; }
|
||||
void AccumulateBounds(const zeus::CVector3f& v);
|
||||
void BuildWaypointListAndBounds(CStateManager& mgr);
|
||||
void AddPreviousWaypoint(TUniqueId uid);
|
||||
|
||||
Reference in New Issue
Block a user