]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/warpzone/util_server.qh
Merge branch 'master' into martin-t/globals
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / warpzone / util_server.qh
index 75df5d862656b06141a03fdb850506320fbe987f..515f8db2e727b47bf172e5eb91e4ca9d52deaf67 100644 (file)
@@ -1,9 +1,7 @@
-#ifndef LIB_WARPZONE_UTIL_SERVER_H
-#define LIB_WARPZONE_UTIL_SERVER_H
+#pragma once
 
-float WarpZoneLib_MoveOutOfSolid(entity e);
-float WarpZoneLib_ExactTrigger_Touch();
+bool WarpZoneLib_MoveOutOfSolid(entity e);
+bool WarpZoneLib_ExactTrigger_Touch(entity this, entity toucher);
 #ifdef SVQC
-void WarpZoneLib_ExactTrigger_Init();
-#endif
+void WarpZoneLib_ExactTrigger_Init(entity this);
 #endif