]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/controlpoint.qh
Merge branch 'master' into Mario/snake
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / 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 void ent_cpicon();
11
12 #endif