]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/triggers.qh
Make things slightly less broken
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / triggers.qh
index d1a5ea3bb21ac45fdd7ea7bb22414b1b53cce905..20e9369d20d2fe16f49f21fb47edb937c282186e 100644 (file)
@@ -23,6 +23,8 @@ const float   SPAWNFLAG_NOTOUCH = 1;
 
 .float lip;
 
+void trigger_setnextthink(entity e, float dtime);
+
 // used elsewhere (will fix)
 #ifdef SVQC
 void spawnfunc_trigger_once();