]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/generator.qh
Merge branch 'master' into Mario/monsters
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / generator.qh
1 const vector GENERATOR_MIN = '-52 -52 -14';
2 const vector GENERATOR_MAX = '52 52 75';
3
4 float GSF_STATUS = 4;
5 float GSF_SETUP = 8;
6
7 #ifdef CSQC
8 void ent_generator();
9 void generator_precache();
10 #endif