metaforce/Runtime/GuiSys/CHudInterface.hpp

17 lines
115 B
C++
Raw Normal View History

2018-10-07 03:42:33 +00:00
#pragma once
2017-04-04 05:48:13 +00:00
namespace urde
{
enum class EHudType
{
Combat,
Scan,
XRay,
Thermal,
Ball
};
}