]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/teleporters.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / teleporters.qh
index c0f45f263d588087d724d1e52a59e590275f6b38..513ed3e26928460e636b36940fa0d009c5213241 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef T_TELEPORTERS_H
-#define T_TELEPORTERS_H
+#pragma once
 
 .entity pusher;
 const float TELEPORT_FLAG_SOUND = 1;
@@ -92,5 +91,3 @@ void WarpZone_PostTeleportPlayer_Callback(entity pl);
                        if(head.isplayermodel) \
                                if(boxesoverlap(deathmin, deathmax, head.absmin, head.absmax))
 #endif
-
-#endif