]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/lib/warpzone/util_server.qh
Merge branch 'master' into terencehill/tooltips_cleanup
[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();
8 #endif
9 #endif