4 CLASS(XonoticBigButton, XonoticButton)
5 METHOD(XonoticBigButton, configureXonoticBigButton, void(entity, string, vector));
6 ATTRIB(XonoticBigButton, image, string, SKINGFX_BUTTON_BIG);
7 ATTRIB(XonoticBigButton, grayImage, string, SKINGFX_BUTTON_BIG_GRAY);
8 ENDCLASS(XonoticBigButton)
9 entity makeXonoticBigButton(string theText, vector theColor);