X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fimage.qh;fp=qcsrc%2Fmenu%2Fxonotic%2Fimage.qh;h=b31c703a9789d1bfeebf78fa708ed6df11b0d69a;hp=0000000000000000000000000000000000000000;hb=537c7579e9b7212ddbdf2ac32476227d841ffca9;hpb=ab75e2748bb72b9f9a1c559e6e40313d893e1b9f diff --git a/qcsrc/menu/xonotic/image.qh b/qcsrc/menu/xonotic/image.qh new file mode 100644 index 000000000..b31c703a9 --- /dev/null +++ b/qcsrc/menu/xonotic/image.qh @@ -0,0 +1,7 @@ +#pragma once + +#include "../item/image.qh" +CLASS(XonoticImage, Image) + METHOD(XonoticImage, configureXonoticImage, void(entity, string, float)); +ENDCLASS(XonoticImage) +entity makeXonoticImage(string theImage, float theAspect);