X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fhud%2Fpanel%2Fchat.qh;h=31bbaf71c117658d870d27c7f1796b3aab34e8e9;hb=40511af700f0ad0254054a3f524de4df4fac1783;hp=6f70f09beec2219624baeca92e2cd7deaa104fb4;hpb=826222f84e886d85179a032b07edc71d99982040;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/hud/panel/chat.qh b/qcsrc/client/hud/panel/chat.qh index 6f70f09be..31bbaf71c 100644 --- a/qcsrc/client/hud/panel/chat.qh +++ b/qcsrc/client/hud/panel/chat.qh @@ -1 +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;