mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 05:47:41 +00:00
@@ -0,0 +1,19 @@
|
||||
#ifndef _CSCRIPTDEBUGCAMERAWAYPOINT_HPP
|
||||
#define _CSCRIPTDEBUGCAMERAWAYPOINT_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#include "MetroidPrime/CActor.hpp"
|
||||
|
||||
class CScriptDebugCameraWaypoint : public CActor {
|
||||
public:
|
||||
CScriptDebugCameraWaypoint(TUniqueId uid, const rstl::string& name, const CEntityInfo& info, const CTransform4f& xf, uint value);
|
||||
~CScriptDebugCameraWaypoint() override;
|
||||
|
||||
void Accept(IVisitor& visitor) override;
|
||||
|
||||
private:
|
||||
uint xe8_value;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user