1#pragma once
2
3#include "../item/image.qh"
4CLASS(XonoticImage, Image)
5	METHOD(XonoticImage, configureXonoticImage, void(entity, string, float));
6ENDCLASS(XonoticImage)
7entity makeXonoticImage(string theImage, float theAspect);
8