Exposed HUDMSGLayer_... constants to ZScript

This commit is contained in:
alexey.lysiuk 2018-03-07 15:58:43 +02:00
parent 81bc05b7c5
commit 4f1f989049

View file

@ -146,7 +146,17 @@ class BaseStatusBar native ui
HUD_AltHud // Used for passing through popups to the alt hud
}
enum EHUDMSGLayer
{
HUDMSGLayer_OverHUD,
HUDMSGLayer_UnderHUD,
HUDMSGLayer_OverMap,
NUM_HUDMSGLAYERS,
HUDMSGLayer_Default = HUDMSGLayer_OverHUD,
};
enum DI_Flags
{
DI_SKIPICON = 0x1,