#ifndef LIB_WARPZONE_UTIL_SERVER_H #define LIB_WARPZONE_UTIL_SERVER_H float WarpZoneLib_MoveOutOfSolid(entity e); float WarpZoneLib_ExactTrigger_Touch(entity this, entity toucher); #ifdef SVQC void WarpZoneLib_ExactTrigger_Init(entity this); #endif #endif