2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 15:11:22 +00:00
metaforce/Runtime/GuiSys/CHudInterface.hpp

8 lines
99 B
C++

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