mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
More loader imps
This commit is contained in:
10
Runtime/World/CScriptCameraBlurKeyframe.cpp
Normal file
10
Runtime/World/CScriptCameraBlurKeyframe.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#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)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user