mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 04:22:34 +00:00
Exposed HUDMSGLayer_... constants to ZScript
This commit is contained in:
parent
81bc05b7c5
commit
4f1f989049
1 changed files with 11 additions and 1 deletions
|
@ -147,6 +147,16 @@ 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,
|
||||
|
|
Loading…
Reference in a new issue