mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 20:31:21 +00:00
11 lines
319 B
C++
11 lines
319 B
C++
#include "CScriptCameraBlurKeyframe.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
CScriptCameraBlurKeyframe::CScriptCameraBlurKeyframe(TUniqueId uid, const std::string& name, const CEntityInfo& info,
|
|
u32, float, u32, float, float, bool active)
|
|
: CEntity(uid, info, active, name)
|
|
{
|
|
}
|
|
}
|