mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Additional HUD interfaces
This commit is contained in:
18
Runtime/GuiSys/CHudInterface.hpp
Normal file
18
Runtime/GuiSys/CHudInterface.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef __URDE_CHUDINTERFACE_HPP__
|
||||
#define __URDE_CHUDINTERFACE_HPP__
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
enum class EHudType
|
||||
{
|
||||
Combat,
|
||||
Scan,
|
||||
XRay,
|
||||
Thermal,
|
||||
Ball
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CHUDINTERFACE_HPP__
|
||||
Reference in New Issue
Block a user