2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 06:27:43 +00:00
Files
metaforce/Runtime/GuiSys/CHudInterface.hpp
2021-04-10 01:42:06 -07:00

8 lines
99 B
C++

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