mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 06:27:43 +00:00
Lots of CSamusHud imps
This commit is contained in:
@@ -9,18 +9,21 @@ class IFreeLookInterface
|
||||
{
|
||||
public:
|
||||
virtual ~IFreeLookInterface() = default;
|
||||
virtual void Update(float dt)=0;
|
||||
};
|
||||
|
||||
class CHudFreeLookInterfaceCombat : public IFreeLookInterface
|
||||
{
|
||||
public:
|
||||
CHudFreeLookInterfaceCombat(CGuiFrame& selHud, bool, bool, bool, bool grapplePoint);
|
||||
void Update(float dt);
|
||||
};
|
||||
|
||||
class CHudFreeLookInterfaceXRay : public IFreeLookInterface
|
||||
{
|
||||
public:
|
||||
CHudFreeLookInterfaceXRay(CGuiFrame& selHud, bool, bool, bool grapplePoint);
|
||||
void Update(float dt);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user