mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 06:27:43 +00:00
New code style refactor
This commit is contained in:
@@ -3,18 +3,17 @@
|
||||
#include "CEntity.hpp"
|
||||
#include "zeus/CVector3f.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CScriptPickupGenerator : public CEntity
|
||||
{
|
||||
zeus::CVector3f x34_position;
|
||||
float x40_frequency;
|
||||
float x44_ = 0.f;
|
||||
void sub8015E220();
|
||||
public:
|
||||
CScriptPickupGenerator(TUniqueId, std::string_view, const CEntityInfo&, const zeus::CVector3f&, float, bool);
|
||||
namespace urde {
|
||||
class CScriptPickupGenerator : public CEntity {
|
||||
zeus::CVector3f x34_position;
|
||||
float x40_frequency;
|
||||
float x44_ = 0.f;
|
||||
void sub8015E220();
|
||||
|
||||
void Accept(IVisitor& visitor);
|
||||
void AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId objId, CStateManager &stateMgr);
|
||||
public:
|
||||
CScriptPickupGenerator(TUniqueId, std::string_view, const CEntityInfo&, const zeus::CVector3f&, float, bool);
|
||||
|
||||
void Accept(IVisitor& visitor);
|
||||
void AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId objId, CStateManager& stateMgr);
|
||||
};
|
||||
}
|
||||
} // namespace urde
|
||||
|
||||
Reference in New Issue
Block a user