]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/command/cmd.qh
More work with the declaration/.qh files and the common files -- now it compiles :D
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / cmd.qh
1 // =========================================================
2 //  Server side networked commands code, reworked by Samual
3 //  Last updated: December 11th, 2011
4 // =========================================================
5
6 #define CC_REQUEST_COMMAND 1
7 #define CC_REQUEST_USAGE 2
8
9 .float cmd_floodtime;
10 .float cmd_floodcount;
11 .float checkfail;
12 .float lms_spectate_warning;
13
14 string MapVote_Suggest(string m);
15 //void MapVote_SendPicture(float id)