]> 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 b42292c8523812c82b44a2c7df68e8b4e490ebc8..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