2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 13:47:46 +00:00

Implement CPlayerCameraBob

This commit is contained in:
2016-09-15 17:56:46 -07:00
parent c40135f97f
commit b27821c5eb
5 changed files with 267 additions and 35 deletions

View File

@@ -22,6 +22,7 @@ class CPlayer : public CPhysicsActor
{
friend class CStateManager;
friend class CFirstPersonCamera;
friend class CPlayerCameraBob;
public:
enum class EPlayerScanState
{
@@ -74,6 +75,7 @@ private:
: x0_(a), x4_(b), x8_(c), xc_(d), x1c_(e) {}
};
bool x38c_;
bool x3dc_;
std::unique_ptr<CPlayerGun> x490_gun;
std::unique_ptr<CMorphBall> x768_morphball;