metaforce/Runtime/GuiSys/CHudFreeLookInterface.cpp

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)
{
}
}