]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/self.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / self.qh
index 743214ab5f48f75dc635fac62dea992cbedf31b8..99bea5be7cd7ca5b0b8bc02963e4398d9ca0755c 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef SELF_H
-#define SELF_H
+#pragma once
 
 // Transition from global 'self' to local 'this'
 
@@ -33,5 +32,3 @@
        #define SELFPARAM() noref const entity this = __self
        #define self this
 #endif
-
-#endif