]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/counting.qh
Magnet buff: greatly increased item pickup range
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / counting.qh
index 4a2007cf1942272319d517b98dc445fbdf8b4dc6..17c5f89bcddf9968f07ddef29f0e0fadd99abc33 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef COUNTING_H
+#define COUNTING_H
+
 // ===============================================
 //  Time processing and counting functions/macros
 // ===============================================
@@ -215,3 +218,4 @@ string process_time(float outputtype, float seconds)
        }
        return "";
 }
+#endif