]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/menu/xonotic/slider_decibels.qh
Compact weapon flag checks
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / slider_decibels.qh
1 #pragma once
2
3 #include "slider.qh"
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);