mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 13:47:43 +00:00
Lots of HUD-related implementations
This commit is contained in:
25
Runtime/GuiSys/CHudVisorBeamMenu.hpp
Normal file
25
Runtime/GuiSys/CHudVisorBeamMenu.hpp
Normal file
@@ -0,0 +1,25 @@
|
||||
#ifndef __URDE_CHUDVISORBEAMMENU_HPP__
|
||||
#define __URDE_CHUDVISORBEAMMENU_HPP__
|
||||
|
||||
#include "RetroTypes.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CGuiFrame;
|
||||
|
||||
class CHudVisorBeamMenu
|
||||
{
|
||||
public:
|
||||
enum class EHudVisorBeamMenu
|
||||
{
|
||||
Visor,
|
||||
Beam
|
||||
};
|
||||
private:
|
||||
public:
|
||||
CHudVisorBeamMenu(CGuiFrame* baseHud, EHudVisorBeamMenu type, rstl::prereserved_vector<bool, 4> enables);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CHUDVISORBEAMMENU_HPP__
|
||||
Reference in New Issue
Block a user