mirror of https://github.com/AxioDL/metaforce.git
11 lines
311 B
C++
11 lines
311 B
C++
|
#include "CScriptActorRotate.hpp"
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
CScriptActorRotate::CScriptActorRotate(TUniqueId uid, const std::string& name, const CEntityInfo& info,
|
||
|
const zeus::CVector3f& rotation, float scale, bool, bool, bool active)
|
||
|
: CEntity(uid, info, active, name)
|
||
|
{
|
||
|
}
|
||
|
}
|