]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/controlpoint.qh
Add a quickmenu example file with syntax description
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / controlpoint.qh
1 #ifndef CONTROLPOINT_H
2 #define CONTROLPOINT_H
3
4 const vector CPICON_MIN = '-32 -32 -9';
5 const vector CPICON_MAX = '32 32 25';
6
7 const int CPSF_STATUS = 4;
8 const int CPSF_SETUP = 8;
9
10 #endif