]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/image.qc
Require semicolon or definition following `METHOD`
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / image.qc
index e8f5a8269351a4f81648181517415e6c3c8130e5..1f25899c142840647bec37c509e399dfd646aec7 100644 (file)
@@ -2,7 +2,7 @@
 #define IMAGE_H
 #include "../item/image.qc"
 CLASS(XonoticImage, Image)
-       METHOD(XonoticImage, configureXonoticImage, void(entity, string, float))
+       METHOD(XonoticImage, configureXonoticImage, void(entity, string, float));
 ENDCLASS(XonoticImage)
 entity makeXonoticImage(string theImage, float theAspect);
 #endif