mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 13:47:43 +00:00
Lots of CSamusHud imps
This commit is contained in:
@@ -6,7 +6,10 @@ namespace urde
|
||||
|
||||
class CHudBossEnergyInterface
|
||||
{
|
||||
|
||||
float x0_alpha;
|
||||
public:
|
||||
void SetAlpha(float a) { x0_alpha = a; }
|
||||
void Update(float dt);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user