Files
echoes/include/MetroidPrime/Tweaks/CTweakPlayer.hpp
T
2026-07-04 13:30:02 +03:00

17 lines
350 B
C++

#ifndef _CTWEAKPLAYER
#define _CTWEAKPLAYER
class CTweakPlayer {
public:
float GetLeftAnalogMax();
float GetRightAnalogMax();
float GetVariaSuitDamageReduction();
float GetDarkSuitDamageReduction();
float GetLightSuitDamageReduction();
};
extern CTweakPlayer* gpTweakPlayerA;
extern CTweakPlayer* gpTweakPlayerB;
#endif // _CTWEAKPLAYER