2
0
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:
2016-05-22 22:36:20 -07:00
parent 60e514f57f
commit aca8b48674
7 changed files with 133 additions and 4 deletions

View 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)
{
}
}