mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 14:31:20 +00:00
8 lines
99 B
C++
8 lines
99 B
C++
#pragma once
|
|
|
|
namespace metaforce {
|
|
|
|
enum class EHudType { Combat, Scan, XRay, Thermal, Ball };
|
|
|
|
}
|