mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-16 20:57:01 +00:00
Lots of CSamusHud imps
This commit is contained in:
@@ -9,12 +9,14 @@ class IHudThreatInterface
|
||||
{
|
||||
public:
|
||||
virtual ~IHudThreatInterface() = default;
|
||||
virtual void Update(float dt)=0;
|
||||
};
|
||||
|
||||
class CHudThreatInterfaceCombat : public IHudThreatInterface
|
||||
{
|
||||
public:
|
||||
CHudThreatInterfaceCombat(CGuiFrame& selHud, float);
|
||||
void Update(float dt);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user