Xonotic
image.qh
Go to the documentation of this file.
1 #pragma once
2 
3 #include "../item/image.qh"
5  METHOD(XonoticImage, configureXonoticImage, void(entity, string, float));
7 entity makeXonoticImage(string theImage, float theAspect);
CLASS(Object) Object
Definition: oo.qh:318
entity() spawn
#define METHOD(cname, name, prototype)
Definition: oo.qh:257
#define ENDCLASS(cname)
Definition: oo.qh:269
Definition: image.qh:4
entity makeXonoticImage(string theImage, float theAspect)
Definition: image.qc:3