]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/image.qh
Merge branch 'master' into mirceakitsune/playermodel_ubot
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / image.qh
diff --git a/qcsrc/menu/xonotic/image.qh b/qcsrc/menu/xonotic/image.qh
new file mode 100644 (file)
index 0000000..b31c703
--- /dev/null
@@ -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);