]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index 27755db96f7cf1122731515f0849210c51f34e21..245719b32101e4ad4c0c3d7433ca4ffb0999bfa6 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef SERVER_DEFS_H
-#define SERVER_DEFS_H
+#pragma once
 
 #include "../common/weapons/all.qh"
 #include "../common/stats.qh"
@@ -452,5 +451,3 @@ const int MIF_GUIDED_CONFUSABLE = MIF_GUIDED_HEAT | MIF_GUIDED_AI;
 
 .float init_for_player_needed;
 .void(entity) init_for_player;
-
-#endif