Almost match ~CPlayerGun

Former-commit-id: c332d1ef47
This commit is contained in:
Henrique Gemignani Passos Lima
2022-10-06 14:04:05 +03:00
parent ba9faeb44c
commit f9c75b90ee
6 changed files with 48 additions and 7 deletions

View File

@@ -9,6 +9,7 @@
#include "MetroidPrime/Player/CPlayerCameraBob.hpp"
#include "MetroidPrime/Player/CPlayerState.hpp"
#include "Kyoto/TOneStatic.hpp"
#include "Kyoto/Audio/CSfxHandle.hpp"
#include "Kyoto/Math/CAABox.hpp"
#include "Kyoto/Math/CTransform4f.hpp"
@@ -38,8 +39,9 @@ class CPhazonBeam;
class CElementGen;
class CWorldShadow;
class CGenDescription;
class CPlayerGun;
class CPlayerGun {
class CPlayerGun : public TOneStatic< CPlayerGun > {
static float skTractorBeamFactor;
public:
@@ -91,6 +93,7 @@ public:
};
CPlayerGun(TUniqueId);
~CPlayerGun();
void InitBeamData();
void InitBombData();