Xonotic
slider_particles.qh
Go to the documentation of this file.
1 #pragma once
2 
3 #include "textslider.qh"
5  METHOD(XonoticParticlesSlider, configureXonoticParticlesSlider, void(entity));
6  METHOD(XonoticParticlesSlider, loadCvars, void(entity));
7  METHOD(XonoticParticlesSlider, saveCvars, void(entity));
CLASS(Object) Object
Definition: oo.qh:318
entity makeXonoticParticlesSlider()
entity() spawn
#define METHOD(cname, name, prototype)
Definition: oo.qh:257
#define ENDCLASS(cname)
Definition: oo.qh:269