X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Feffects%2Fall.qh;h=87bd63e757ee52794d89b08361c8eef0ed644e4c;hb=b683bf23a495d3b1b3f6df3bda75bfe0f069ab05;hp=5006ff090390c8e48bc6386b35df4c2215b44739;hpb=3f01af4a3f5d694062231a5ab86aea9f22ce0142;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/effects/all.qh b/qcsrc/common/effects/all.qh index 5006ff090..87bd63e75 100644 --- a/qcsrc/common/effects/all.qh +++ b/qcsrc/common/effects/all.qh @@ -3,9 +3,7 @@ #include "effect.qh" -#ifdef CSQC -void Read_Effect(bool is_new); -#elif defined(SVQC) +#ifdef SVQC void Send_Effect(entity eff, vector eff_loc, vector eff_vel, int eff_cnt); void Send_Effect_(string eff_name, vector eff_loc, vector eff_vel, int eff_cnt); #endif