projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into martin-t/globals
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
client
/
mapvoting.qh
1
#pragma once
2
3
#include <common/constants.qh>
4
void MapVote_Draw();
5
6
void Cmd_MapVote_MapDownload(int argc);
7
8
float MapVote_InputEvent(float bInputType, float nPrimary, float nSecondary);
9
10
void Net_MapVote_Picture();
11
12
float mv_active;
13
float xmin, xmax, ymin, ymax;