mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 08:27:42 +00:00
Lots of HUD-related implementations
This commit is contained in:
12
Runtime/GuiSys/CHudVisorBeamMenu.cpp
Normal file
12
Runtime/GuiSys/CHudVisorBeamMenu.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "CHudVisorBeamMenu.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
CHudVisorBeamMenu::CHudVisorBeamMenu(CGuiFrame* baseHud, EHudVisorBeamMenu type,
|
||||
rstl::prereserved_vector<bool, 4> enables)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user