]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - 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
index 6db88c68b39ee50fce1f8acce9c778465a3223ae..31bbaf71c117658d870d27c7f1796b3aab34e8e9 100644 (file)
@@ -1,2 +1,11 @@
 #pragma once
 #include "../panel.qh"
+
+bool autocvar_hud_panel_chat;
+
+bool autocvar__con_chat_maximized;
+bool autocvar_con_chat;
+bool autocvar_con_chatrect;
+float autocvar_con_chatsize;
+float autocvar_con_notify;
+float autocvar_con_notifysize;