]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/dpdefs/csprogsdefs.qh
Merge branch 'master' into TimePath/debug_draw
[xonotic/xonotic-data.pk3dir.git] / qcsrc / dpdefs / csprogsdefs.qh
index b10ef09baf75fadba2367fb6f5225c8bcec58b90..6f9c9d637ff3a927faae655e701e09d7c73d22a9 100644 (file)
@@ -9,6 +9,10 @@
 #define FALSE _FALSE
 
 #define spawn _spawn
+#define particleeffectnum _particleeffectnum
+#define trailparticles __trailparticles
+#define pointparticles __pointparticles
+#define setmodel _setmodel
 
 #include "upstream/csprogsdefs.qc"
 
 #undef FALSE
 
 #undef spawn
+#undef particleeffectnum
+#undef trailparticles
+#undef pointparticles
+#undef setmodel
 
 #pragma noref 0
 
+#define ReadFloat() ReadCoord()
+
 #endif