metaforce/Runtime/GuiSys/CHudFreeLookInterface.cpp

29 lines
508 B
C++
Raw Normal View History

2017-04-02 03:03:37 +00:00
#include "CHudFreeLookInterface.hpp"
namespace urde
{
CHudFreeLookInterfaceCombat::CHudFreeLookInterfaceCombat(CGuiFrame& selHud, bool, bool,
bool, bool grapplePoint)
{
}
2017-04-03 01:39:23 +00:00
void CHudFreeLookInterfaceCombat::Update(float dt)
{
}
2017-04-02 03:03:37 +00:00
CHudFreeLookInterfaceXRay::CHudFreeLookInterfaceXRay(CGuiFrame& selHud, bool,
bool, bool grapplePoint)
{
}
2017-04-03 01:39:23 +00:00
void CHudFreeLookInterfaceXRay::Update(float dt)
{
}
2017-04-02 03:03:37 +00:00
}