]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/sortlist.qh
Merge branch 'terencehill/menu_optimization' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / sortlist.qh
index eb8103f8fd51e8c8d7b185f3cd9a87fec4ce2b1b..af4b47ab8058ad35a8f8b6405538cc3f4ed32a31 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef SORTLIST_H
-#define SORTLIST_H
+#pragma once
 
 entityclass(Sort);
 // .float(entity,entity) sort_cmp;
@@ -19,5 +18,3 @@ entity Sort_Spawn();
        if (a.sort_prev) a.sort_prev.sort_next = b;          \
        a.sort_prev = b;                                    \
        b.sort_next = a
-
-#endif