X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2Farraylist.qh;h=c0809ecdf88d242e03fbd329dd648e636ee881a1;hb=537313c9e52ce93b28ad6580b76e92d99f0a9d93;hp=f9df9e6bfc5c60a97ff5a55d911f3f015914de8b;hpb=2487070c23bdcfc8ac60d414356ec43f52ec1a57;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/lib/arraylist.qh b/qcsrc/lib/arraylist.qh index f9df9e6bf..c0809ecdf 100644 --- a/qcsrc/lib/arraylist.qh +++ b/qcsrc/lib/arraylist.qh @@ -1,7 +1,6 @@ -#ifndef ARRAYLIST_H -#define ARRAYLIST_H +#pragma once -typedef entity ArrayList; +USING(ArrayList, entity); .int al_buf; .int al_len; @@ -69,5 +68,3 @@ entity al_ftoe(int i) = #80; if (cond) { body } \ } \ } MACRO_END - -#endif