]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/static.qh
Clean out self from wr_checkammo1 & wr_checkammo2
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / static.qh
index 534c2de02131cc3dc2737db2add776978bc192aa..e1cfeb8721ce54f6b29a9f440e410d2c29bf5626 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef STATIC_H
-#define STATIC_H
+#pragma once
 
 void __static_init() {}
 #define static_init() CALL_ACCUMULATED_FUNCTION(__static_init)
@@ -19,5 +18,3 @@ void __shutdown() {}
 #define STATIC_INIT_LATE(func) _STATIC_INIT(__static_init_late, func##_late)
 #define PRECACHE(func) _STATIC_INIT(__static_init_precache,     func##_precache)
 #define SHUTDOWN(func) _STATIC_INIT(__shutdown,                        func##_shutdown)
-
-#endif