]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/sortlist.qh
Define client entity classes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / sortlist.qh
index 1b84287139e570c77cd5bdad67ebb9863166528f..48478782132b3a32ca92195a1ec79d0850f0e972 100644 (file)
@@ -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();