mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
Add CameraWaypoint loader
This commit is contained in:
18
Runtime/World/CScriptCameraWaypoint.hpp
Normal file
18
Runtime/World/CScriptCameraWaypoint.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef __URDE_CSCRIPTCAMERAWAYPOINT_HPP__
|
||||
#define __URDE_CSCRIPTCAMERAWAYPOINT_HPP__
|
||||
|
||||
#include "CActor.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CScriptCameraWaypoint : public CActor
|
||||
{
|
||||
public:
|
||||
CScriptCameraWaypoint(TUniqueId uid, const std::string& name, const CEntityInfo& info,
|
||||
const zeus::CTransform& xf, bool active, float, u32);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CSCRIPTCAMERAWAYPOINT_HPP__
|
||||
Reference in New Issue
Block a user