metaforce/Runtime/World/CScriptCameraWaypoint.hpp

19 lines
405 B
C++
Raw Normal View History

2016-04-24 01:10:47 +00:00
#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__