]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/file.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / file.qh
index 87d1460250a1c007b5ebe0c23103208093fbc8cf..949a748a84e140efa80fa5cbfdd767dbad635190 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef FILE_H
-#define FILE_H
+#pragma once
 
 bool fexists(string f)
 {
@@ -8,5 +7,3 @@ bool fexists(string f)
        fclose(fh);
        return true;
 }
-
-#endif