2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 23:51:21 +00:00
metaforce/Runtime/GuiSys/CHudInterface.hpp
2018-10-06 17:42:33 -10:00

17 lines
115 B
C++

#pragma once
namespace urde
{
enum class EHudType
{
Combat,
Scan,
XRay,
Thermal,
Ball
};
}