]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/lib/warpzone/util_server.qh
5c94d4319f210836bef113af9079d57bd354bc6c
[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();
6 #ifdef SVQC
7 void WarpZoneLib_ExactTrigger_Init(entity this);
8 #endif
9 #endif