mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
New code style refactor
This commit is contained in:
@@ -3,18 +3,16 @@
|
||||
#include "CEntity.hpp"
|
||||
#include "Camera/CCameraShakeData.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
namespace urde {
|
||||
|
||||
class CScriptCameraShaker : public CEntity {
|
||||
CCameraShakeData x34_shakeData;
|
||||
|
||||
class CScriptCameraShaker : public CEntity
|
||||
{
|
||||
CCameraShakeData x34_shakeData;
|
||||
public:
|
||||
CScriptCameraShaker(TUniqueId uid, std::string_view name, const CEntityInfo& info,
|
||||
bool active, const CCameraShakeData& shakeData);
|
||||
void Accept(IVisitor& visitor);
|
||||
void AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId objId, CStateManager& stateMgr);
|
||||
CScriptCameraShaker(TUniqueId uid, std::string_view name, const CEntityInfo& info, bool active,
|
||||
const CCameraShakeData& shakeData);
|
||||
void Accept(IVisitor& visitor);
|
||||
void AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId objId, CStateManager& stateMgr);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
} // namespace urde
|
||||
|
||||
Reference in New Issue
Block a user