mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
More loader imps
This commit is contained in:
15
Runtime/World/CScriptCameraBlurKeyframe.hpp
Normal file
15
Runtime/World/CScriptCameraBlurKeyframe.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#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__
|
||||
Reference in New Issue
Block a user