]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/mapvoting.qh
Purge miscfunctions.qc from the client-side codebase, also remove an old unused CSQC...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / mapvoting.qh
1 #pragma once
2
3 #include <common/constants.qh>
4 void MapVote_Draw();
5
6 bool PreviewExists(string name);
7
8 void Cmd_MapVote_MapDownload(int argc);
9
10 float MapVote_InputEvent(float bInputType, float nPrimary, float nSecondary);
11
12 void Net_MapVote_Picture();
13
14 float mv_active;
15 float xmin, xmax, ymin, ymax;