mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 18:23:59 +00:00
@@ -0,0 +1,19 @@
|
||||
#ifndef _CSCRIPTSPIDERBALLWAYPOINT
|
||||
#define _CSCRIPTSPIDERBALLWAYPOINT
|
||||
|
||||
#include "MetroidPrime/CActor.hpp"
|
||||
|
||||
class CScriptSpiderBallWaypoint : public CActor {
|
||||
public:
|
||||
void ClearWaypoints();
|
||||
void BuildWaypointListAndBounds(CStateManager& mgr);
|
||||
|
||||
private:
|
||||
enum ECheckActiveWaypoint { kCAW_Check, kCAW_SkipCheck };
|
||||
|
||||
uint xe8_;
|
||||
rstl::vector< TUniqueId > xec_waypoints;
|
||||
rstl::optional_object< CAABox > xfc_aabox;
|
||||
};
|
||||
|
||||
#endif // _CSCRIPTSPIDERBALLWAYPOINT
|
||||
Reference in New Issue
Block a user