metaforce/Runtime/GuiSys/CHudHelmetInterface.cpp

32 lines
389 B
C++
Raw Normal View History

2017-04-02 03:03:37 +00:00
#include "CHudHelmetInterface.hpp"
namespace urde
{
CHudHelmetInterface::CHudHelmetInterface(CGuiFrame& helmetFrame)
{
}
2017-04-03 01:39:23 +00:00
void CHudHelmetInterface::Update(float dt)
{
}
void CHudHelmetInterface::SetIsVisibleDebug(bool helmet, bool glow)
{
}
void CHudHelmetInterface::UpdateCameraDebugSettings(float fov, float y, float z)
{
}
2017-04-02 03:03:37 +00:00
void CHudHelmetInterface::UpdateHelmetAlpha()
{
}
}