]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/nil.qh
Clean up 2 WarpZoneLib functions
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / nil.qh
index 8067cf1ad422b1776ec4c71c798faca64feecc7d..77a1e770b1863aba48485ab132fc11e1f0f18c1f 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef NIL_H
-#define NIL_H
+#pragma once
 
 #ifdef QCC_SUPPORT_NIL
        #define func_null nil
@@ -9,5 +8,3 @@
        var void func_null();
        string string_null;
 #endif
-
-#endif