]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/hud/panel/vote.qh
Purge autocvars.qh from the client-side codebase, cvars are defined in the headers...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / vote.qh
1 #pragma once
2 #include "../panel.qh"
3
4 bool autocvar_hud_panel_vote;
5 float autocvar_hud_panel_vote_alreadyvoted_alpha;
6 bool autocvar_hud_panel_vote_dynamichud         = true;
7
8 int autocvar_cl_allow_uid2name;
9
10 float uid2name_dialog;