X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2Fsortlist.qh;h=af4b47ab8058ad35a8f8b6405538cc3f4ed32a31;hb=537313c9e52ce93b28ad6580b76e92d99f0a9d93;hp=eb8103f8fd51e8c8d7b185f3cd9a87fec4ce2b1b;hpb=d3e642e032c1e9e62fc5400c14627c54e37e4ae0;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/lib/sortlist.qh b/qcsrc/lib/sortlist.qh index eb8103f8f..af4b47ab8 100644 --- a/qcsrc/lib/sortlist.qh +++ b/qcsrc/lib/sortlist.qh @@ -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