]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/stats.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / stats.qh
index 3f258df52d69e7b2288722d7161e78c9254ba679..ea7671a1cd6a6bb81a77c8112a7e0360b999c568 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef LIB_STATS_H
-#define LIB_STATS_H
+#pragma once
 
 // TODO: rename to 'netvars'
 
@@ -113,5 +112,3 @@ STATIC_INIT(RegisterStats_renumber)
 #ifdef SVQC
 STATIC_INIT(stats_add) { stats_add(); }
 #endif
-
-#endif