]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/generator.qh
Merge branch 'master' into Mario/ons_updates
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / generator.qh
index a991874c49d8c27dad657025a917553dfb185126..cbdb36e05f4e0f5669ac2d1bb6a57f66c7f01686 100644 (file)
@@ -1,5 +1,10 @@
+#ifndef GENERATOR_H
+#define GENERATOR_H
 const vector GENERATOR_MIN = '-52 -52 -14';
 const vector GENERATOR_MAX = '52 52 75';
 
-float GSF_STATUS = 4;
-float GSF_SETUP = 8;
+const int GSF_STATUS = 4;
+const int GSF_SETUP = 8;
+
+bool generator_send(entity to, int sf);
+#endif