mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Windows build fixes and warning avoidance
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
||||
void Accept(IVisitor&);
|
||||
void AcceptScriptMsg(EScriptObjectMessage, TUniqueId, CStateManager&);
|
||||
void Render(const CStateManager& mgr) const { CActor::Render(mgr); }
|
||||
void AddToRenderer(const zeus::CFrustum&, const CStateManager&) {}
|
||||
void AddToRenderer(const zeus::CFrustum&, const CStateManager&) const {}
|
||||
std::experimental::optional<zeus::CAABox> GetTouchBounds() const { return xfc_aabox; }
|
||||
void AccumulateBounds(const zeus::CVector3f& v);
|
||||
void BuildWaypointListAndBounds(CStateManager& mgr);
|
||||
@@ -34,4 +34,4 @@ public:
|
||||
};
|
||||
}
|
||||
|
||||
#endif // __URDE_CSCRIPTSPIDERBALLWAYPOINT_HPP__
|
||||
#endif // __URDE_CSCRIPTSPIDERBALLWAYPOINT_HPP__
|
||||
|
||||
Reference in New Issue
Block a user