]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/lib/warpzone/util_server.qh
Merge branch 'terencehill/respawn_timer_fix' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / warpzone / util_server.qh
1 #ifndef LIB_WARPZONE_UTIL_SERVER_H
2 #define LIB_WARPZONE_UTIL_SERVER_H
3
4 float WarpZoneLib_MoveOutOfSolid(entity e);
5 float WarpZoneLib_ExactTrigger_Touch(entity this, entity toucher);
6 #ifdef SVQC
7 void WarpZoneLib_ExactTrigger_Init(entity this);
8 #endif
9 #endif