4 CLASS(XonoticDecibelsSlider, XonoticSlider)
5 METHOD(XonoticDecibelsSlider, loadCvars, void(entity));
6 METHOD(XonoticDecibelsSlider, saveCvars, void(entity));
7 METHOD(XonoticDecibelsSlider, valueToText, string(entity, float));
8 ENDCLASS(XonoticDecibelsSlider)
9 entity makeXonoticDecibelsSlider_T(float, float, float, string, string);
10 entity makeXonoticDecibelsSlider(float, float, float, string);