]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/warpzone/util_server.qh
Merge branch 'Mario/itemstime_editor_fix' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / warpzone / util_server.qh
index 75df5d862656b06141a03fdb850506320fbe987f..b73289927b474878d93081425a75876f7b2ae62d 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();
+float WarpZoneLib_ExactTrigger_Touch(entity this, entity toucher);
 #ifdef SVQC
-void WarpZoneLib_ExactTrigger_Init();
-#endif
+void WarpZoneLib_ExactTrigger_Init(entity this);
 #endif