]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/item/image.qc
Merge CLASS and EXTENDS, #define NEW(cname) (spawn##cname())
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / item / image.qc
index b67df840cc7f8e58134592ee4332fdd04370c9d3..b78b6f589b58a7be088bd0b8a25dd344f2686be3 100644 (file)
@@ -1,5 +1,5 @@
 #ifdef INTERFACE
-CLASS(Image) EXTENDS(Item)
+CLASS(ImageItem)
        METHOD(Image, configureImage, void(entity, string))
        METHOD(Image, draw, void(entity))
        METHOD(Image, toString, string(entity))