]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/hud/panel/notify.qh
Purge autocvars.qh from the client-side codebase, cvars are defined in the headers...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / notify.qh
1 #pragma once
2 #include "../panel.qh"
3
4 bool autocvar_hud_panel_notify;
5 bool autocvar_hud_panel_notify_dynamichud       = true;
6 float autocvar_hud_panel_notify_fadetime;
7 float autocvar_hud_panel_notify_flip;
8 float autocvar_hud_panel_notify_fontsize;
9 float autocvar_hud_panel_notify_time;
10 float autocvar_hud_panel_notify_icon_aspect;
11