mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 18:24:55 +00:00
Implement CHudEnergyInterface
This commit is contained in:
@@ -163,8 +163,8 @@ public:
|
||||
void DecrPickup(EItemType type, s32 amount);
|
||||
void IncrPickup(EItemType type, s32 amount);
|
||||
void ResetAndIncrPickUp(EItemType type, s32 amount);
|
||||
float GetEnergyTankCapacity() const { return 100.f; }
|
||||
float GetBaseHealthCapacity() const { return 99.f; }
|
||||
static float GetEnergyTankCapacity() { return 100.f; }
|
||||
static float GetBaseHealthCapacity() { return 99.f; }
|
||||
float CalculateHealth(u32 health);
|
||||
void ReInitalizePowerUp(EItemType type, u32 capacity);
|
||||
void InitializePowerUp(EItemType type, u32 capacity);
|
||||
|
||||
Reference in New Issue
Block a user