mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 13:26:08 +00:00
18
include/MetroidPrime/Player/CPlayerGun.hpp
Normal file
18
include/MetroidPrime/Player/CPlayerGun.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef _CPLAYERGUN_HPP
|
||||
#define _CPLAYERGUN_HPP
|
||||
|
||||
class CPlayerGun {
|
||||
static float skTractorBeamFactor;
|
||||
|
||||
public:
|
||||
|
||||
bool IsCharging() const;
|
||||
float GetChargeBeamFactor() const;
|
||||
|
||||
static float GetTractorBeamFactor() {
|
||||
return skTractorBeamFactor;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
#endif // _CPLAYERGUN_HPP
|
||||
Reference in New Issue
Block a user