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