]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/effects/qc/casings.qc
Merged master into Lyberta/StandaloneOverkillWeapons.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / effects / qc / casings.qc
index f92df7cd0edba6770769114dba75f8a4d4970fd9..60f9633027eb2125d0278bd6abaaa2cb9ed1505a 100644 (file)
@@ -1,8 +1,4 @@
-#ifdef SVQC
-void SpawnCasing(vector vel, float randomvel, vector ang, vector avel, float randomavel, int casingtype, entity casingowner, .entity weaponentity);
-#endif
-
-#ifdef IMPLEMENTATION
+#include "casings.qh"
 
 #include <common/util.qh>
 
@@ -177,4 +173,3 @@ NET_HANDLE(casings, bool isNew)
 }
 
 #endif
-#endif