X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fturrets%2Futil.qh;h=d42c433a1106ed0109010500a8905aaf8144e914;hb=cd4338ac340ee4def77a474e7c06b998fd26ab05;hp=4c84f268d3024679102f158cf5e017bf229ff28a;hpb=2183056a5b6e75d2e025aa6c718eeb6f87de31b6;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/turrets/util.qh b/qcsrc/common/turrets/util.qh index 4c84f268d..d42c433a1 100644 --- a/qcsrc/common/turrets/util.qh +++ b/qcsrc/common/turrets/util.qh @@ -5,4 +5,14 @@ float turret_tag_fire_update(entity this); void FireImoBeam(entity this, vector start, vector end, vector smin, vector smax, float bforce, float f_dmg, float f_velfactor, float deathtype); +#ifdef TURRET_DEBUG +void mark_error(vector where,float lifetime); +void mark_info(vector where,float lifetime); +entity mark_misc(vector where,float lifetime); + +void paint_target(entity onwho, float f_size, vector v_color, float f_time); +void paint_target2(entity onwho, float f_size, vector v_color, float f_time); +void paint_target3(vector where, float f_size, vector v_color, float f_time); +#endif + #endif