metaforce/Runtime/World/CScriptGenerator.cpp

12 lines
295 B
C++
Raw Normal View History

2016-04-20 21:44:18 +00:00
#include "CScriptGenerator.hpp"
namespace urde
{
CScriptGenerator::CScriptGenerator(TUniqueId uid, const std::string& name, const CEntityInfo& info,
u32, bool, const zeus::CVector3f&, bool, bool active, float, float)
: CEntity(uid, info, active, name)
{
}
}