]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/menu/xonotic/crosshairpreview.qh
Merge branch 'master' into martin-t/effects
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / crosshairpreview.qh
1 #pragma once
2
3 #include "../item.qh"
4 CLASS(XonoticCrosshairPreview, MenuItem)
5         METHOD(XonoticCrosshairPreview, configureXonoticCrosshairPreview, void(entity));
6         METHOD(XonoticCrosshairPreview, draw, void(entity));
7         ATTRIB(XonoticCrosshairPreview, src, string);
8         ATTRIB(XonoticCrosshairPreview, src2, string);
9         ATTRIB(XonoticCrosshairPreview, disabled, float, 0);
10         ATTRIB(XonoticCrosshairPreview, disabledAlpha, float, SKINALPHA_DISABLED);
11 ENDCLASS(XonoticCrosshairPreview)
12 entity makeXonoticCrosshairPreview();