]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/portals.qh
Merge branch 'master' into Mario/showspecs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / portals.qh
index cd0bc0408097b737ee604ef1bd9aa654232ce42a..68ff068a77788aa0f28fb6bddd333a61e9de48d4 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef PORTALS_H
+#define PORTALS_H
+
 .float portal_id;
 .entity portal_in, portal_out;
 
@@ -9,3 +12,4 @@ void Portal_ClearWithID(entity own, float id);
 
 vector Portal_ApplyTransformToPlayerAngle(vector transform, vector vangle);
 void Portal_ClearAll_PortalsOnly(entity own);
+#endif