metaforce/Runtime/GuiSys/CHudInterface.hpp

8 lines
94 B
C++
Raw Normal View History

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