enum class HudDisplayLocation_t : uint32
{
    DISPLAY_HUD_NONE = 0,
    DISPLAY_HUD_LEFT = 1,
    DISPLAY_HUD_CENTER = 2,
};