]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/trigger/jumppads.qh
Merge branch 'terencehill/menu_languages' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / jumppads.qh
index bb0f4750eebbc2af005c12a86123bb02470270d7..0c4180849667aeef916314c2c128486052954367 100644 (file)
@@ -19,12 +19,6 @@ void() SUB_UseTargets;
 void trigger_push_use();
 #endif
 
-#ifdef CSQC
-void ent_trigger_push();
-
-void ent_target_push();
-#endif
-
 /*
        trigger_push_calculatevelocity
 
@@ -59,10 +53,10 @@ void trigger_push_findtarget();
  *   movedir: if target is not set, this * speed * 10 is the velocity to be reached.
  */
 #ifdef SVQC
-void spawnfunc_trigger_push();
+spawnfunc(trigger_push);
 
-void spawnfunc_target_push();
-void spawnfunc_info_notnull();
-void spawnfunc_target_position();
+spawnfunc(target_push);
+spawnfunc(info_notnull);
+spawnfunc(target_position);
 #endif
 #endif