]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/hud/panel/chat.qh
Purge autocvars.qh from the client-side codebase, cvars are defined in the headers...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / chat.qh
1 #pragma once
2 #include "../panel.qh"
3
4 bool autocvar_hud_panel_chat;
5
6 bool autocvar__con_chat_maximized;
7 bool autocvar_con_chat;
8 bool autocvar_con_chatrect;
9 float autocvar_con_chatsize;
10 float autocvar_con_notify;
11 float autocvar_con_notifysize;