X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fhud%2Fpanel%2Fnotify.qh;h=4207af836b0f36f3208f3bb1e039def9bab58897;hp=6db88c68b39ee50fce1f8acce9c778465a3223ae;hb=126111bb9ef1d8979a6b76bcf464f6e19ea1168d;hpb=3abebbc904454043d17fcf926418851c1510db30 diff --git a/qcsrc/client/hud/panel/notify.qh b/qcsrc/client/hud/panel/notify.qh index 6db88c68b..4207af836 100644 --- a/qcsrc/client/hud/panel/notify.qh +++ b/qcsrc/client/hud/panel/notify.qh @@ -1,2 +1,11 @@ #pragma once #include "../panel.qh" + +bool autocvar_hud_panel_notify; +bool autocvar_hud_panel_notify_dynamichud = true; +float autocvar_hud_panel_notify_fadetime; +float autocvar_hud_panel_notify_flip; +float autocvar_hud_panel_notify_fontsize; +float autocvar_hud_panel_notify_time; +float autocvar_hud_panel_notify_icon_aspect; +