X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fsortlist.qh;h=48478782132b3a32ca92195a1ec79d0850f0e972;hb=014ee9ee758fe7a5d0062f2a5f3186cd7c7f2326;hp=1b84287139e570c77cd5bdad67ebb9863166528f;hpb=9f3857d78b4ce83b45bd1e98fe50600a2d306c23;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/sortlist.qh b/qcsrc/client/sortlist.qh index 1b8428713..484787821 100644 --- a/qcsrc/client/sortlist.qh +++ b/qcsrc/client/sortlist.qh @@ -1,8 +1,9 @@ #ifndef SORTLIST_H #define SORTLIST_H +entityclass(Sort) //.float(entity,entity) sort_cmp; -.entity sort_next, sort_prev; +class(Sort) .entity sort_next, sort_prev; entity Sort_Spawn();