mirror of https://github.com/AxioDL/metaforce.git
29 lines
508 B
C++
29 lines
508 B
C++
#include "CHudFreeLookInterface.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
CHudFreeLookInterfaceCombat::CHudFreeLookInterfaceCombat(CGuiFrame& selHud, bool, bool,
|
|
bool, bool grapplePoint)
|
|
{
|
|
|
|
}
|
|
|
|
void CHudFreeLookInterfaceCombat::Update(float dt)
|
|
{
|
|
|
|
}
|
|
|
|
CHudFreeLookInterfaceXRay::CHudFreeLookInterfaceXRay(CGuiFrame& selHud, bool,
|
|
bool, bool grapplePoint)
|
|
{
|
|
|
|
}
|
|
|
|
void CHudFreeLookInterfaceXRay::Update(float dt)
|
|
{
|
|
|
|
}
|
|
|
|
}
|