mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:07:43 +00:00
Lots of HUD-related implementations
This commit is contained in:
16
Runtime/GuiSys/CHudHelmetInterface.cpp
Normal file
16
Runtime/GuiSys/CHudHelmetInterface.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "CHudHelmetInterface.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
CHudHelmetInterface::CHudHelmetInterface(CGuiFrame& helmetFrame)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void CHudHelmetInterface::UpdateHelmetAlpha()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user