]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/round_handler.qh
Merge branch 'master' into terencehill/weapon_panel_fix
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / round_handler.qh
index 90ffc33fa3f5f2949b6c7382df7adc766bfc083c..448788442842ab2bd631abb1daefbcf3a0a7678a 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef ROUND_HANDLER_H
+#define ROUND_HANDLER_H
+
 entity round_handler;
 .float delay; // stores delay from round end to countdown start
 .float count; // stores initial number of the countdown
@@ -21,3 +24,4 @@ void round_handler_Remove();
 #define round_handler_IsRoundStarted() (!round_handler.wait && !round_handler.cnt)
 #define round_handler_GetEndTime() (round_handler.round_endtime)
 
+#endif