]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_violence.qc
#include this
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_violence.qc
index 0f3e885ded43d41f93b8212f07c381a154b077c4..906f27e1107ceba98b07198363b157813ada706d 100644 (file)
@@ -1,3 +1,15 @@
+#if defined(CSQC)
+#elif defined(MENUQC)
+#elif defined(SVQC)
+       #include "../dpdefs/progsdefs.qc"
+    #include "../dpdefs/dpextensions.qc"
+    #include "../common/constants.qh"
+    #include "../common/util.qh"
+    #include "constants.qh"
+    #include "defs.qh"
+    #include "../common/mapinfo.qh"
+#endif
+
 float Violence_GibSplash_SendEntity(entity to, float sf)
 {
        WriteByte(MSG_ENTITY, ENT_CLIENT_GIBSPLASH);