]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/arraylist.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / arraylist.qh
index f9df9e6bfc5c60a97ff5a55d911f3f015914de8b..209004b64839c018a4d4ab2287033d4f7a6b12db 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef ARRAYLIST_H
-#define ARRAYLIST_H
+#pragma once
 
 typedef entity ArrayList;
 .int al_buf;
@@ -69,5 +68,3 @@ entity al_ftoe(int i) = #80;
                        if (cond) { body } \
                } \
        } MACRO_END
-
-#endif