]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/generator.qh
Merge branch 'master' into TimePath/unified_weapons
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / generator.qh
1 #ifndef GENERATOR_H
2 #define GENERATOR_H
3 const vector GENERATOR_MIN = '-52 -52 -14';
4 const vector GENERATOR_MAX = '52 52 75';
5
6 const int GSF_STATUS = 4;
7 const int GSF_SETUP = 8;
8
9 bool generator_send(entity to, int sf);
10 #endif