X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fturrets%2Futil.qh;h=4e5cb0d5b970a1b7cd57413db2fd5ca6649bf137;hb=5ec0fae66f230a5e4a003fe4defc72d75aaca270;hp=4c84f268d3024679102f158cf5e017bf229ff28a;hpb=ecd018b0f2a99be972759503e3efea35b6717ee9;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/turrets/util.qh b/qcsrc/common/turrets/util.qh index 4c84f268d..4e5cb0d5b 100644 --- a/qcsrc/common/turrets/util.qh +++ b/qcsrc/common/turrets/util.qh @@ -5,4 +5,10 @@ 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); +#endif + #endif