X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fcrosshairpreview.qc;h=817e452a101a8c09151997002a9435a25d989045;hb=826222f84e886d85179a032b07edc71d99982040;hp=f8de85798258502c058575e14f7afc05a120161d;hpb=88713a575bd27dabc5926d636542b6145ab6f51c;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/crosshairpreview.qc b/qcsrc/menu/xonotic/crosshairpreview.qc index f8de85798..817e452a1 100644 --- a/qcsrc/menu/xonotic/crosshairpreview.qc +++ b/qcsrc/menu/xonotic/crosshairpreview.qc @@ -1,9 +1,10 @@ +#include "crosshairpreview.qh" #ifndef CROSSHAIRPREVIEW_H #define CROSSHAIRPREVIEW_H #include "../item.qc" CLASS(XonoticCrosshairPreview, Item) - METHOD(XonoticCrosshairPreview, configureXonoticCrosshairPreview, void(entity)) - METHOD(XonoticCrosshairPreview, draw, void(entity)) + METHOD(XonoticCrosshairPreview, configureXonoticCrosshairPreview, void(entity)); + METHOD(XonoticCrosshairPreview, draw, void(entity)); ATTRIB(XonoticCrosshairPreview, src, string, string_null) ATTRIB(XonoticCrosshairPreview, src2, string, string_null) ATTRIB(XonoticCrosshairPreview, disabled, float, 0)