2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-14 06:46:09 +00:00
Files
metaforce/Runtime/World/CScriptCameraBlurKeyframe.hpp
2016-05-22 22:36:20 -07:00

16 lines
357 B
C++

#ifndef __URDE_CSCRIPTCAMERABLURKEYFRAME__
#define __URDE_CSCRIPTCAMERABLURKEYFRAME__
#include "CEntity.hpp"
namespace urde
{
class CScriptCameraBlurKeyframe : public CEntity
{
public:
CScriptCameraBlurKeyframe(TUniqueId, const std::string&, const CEntityInfo&, u32, float, u32, float, float, bool);
};
}
#endif // __URDE_CSCRIPTCAMERABLURKEYFRAME__