X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fdraw.qc;h=2796c05706d0647662ebff6c4dafd88ac5c24b7b;hb=00689ad6591308724140e4e1eff110c0ac347871;hp=05e7af227adccb9040870bc7e690e405a7b1d400;hpb=e3507f4fdbc2b3e15b663365e57e0aa60f3cf1a6;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/draw.qc b/qcsrc/menu/draw.qc index 05e7af227..2796c0570 100644 --- a/qcsrc/menu/draw.qc +++ b/qcsrc/menu/draw.qc @@ -1,7 +1,6 @@ -#if defined(CSQC) -#elif defined(MENUQC) -#elif defined(SVQC) -#endif +#include "draw.qh" +#include "../common/util.qh" +#include "../common/constants.qh" string draw_mousepointer; vector draw_mousepointer_offset;