]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/triggers.qh
Merge some changes from combined updates branch
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / triggers.qh
index c50d95b89d8acca5a61b0c8d9542822a9fe7cb9b..8be1b3cd99c84365f125bd7a099c15f057668363 100644 (file)
@@ -41,9 +41,6 @@ void target_voicescript_clear(entity pl);
 void trigger_common_read(bool withtarget);
 void trigger_remove_generic();
 
-float WarpZoneLib_ExactTrigger_Touch();
-#define EXACTTRIGGER_TOUCH if(WarpZoneLib_ExactTrigger_Touch()) return
-
 .float active;
 .string target;
 .string targetname;