]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/lazy.qh
warpzones: revert FindRadius fast path
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / lazy.qh
index 5e0329bd206c21e4c94881bd8e947fea7afc51b2..ad30115a2e74c3fb00e25564cfe0e998816d42a9 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef LAZY_H
-#define LAZY_H
+#pragma once
 
 #include "oo.qh"
 
@@ -19,4 +18,3 @@ ENDCLASS(Lazy)
                if (!done) { it = compute; done = true; } \
                return it; \
        }
-#endif