]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/simplecontroller.h
Add control enumeration to Controller
[r2c2.git] / source / libr2c2 / simplecontroller.h
index 140f13d3ee849c3a12f8affc888f6b3b250ee0ed..1b3d7dd651a527f7e14151600997e9acada13887 100644 (file)
@@ -24,6 +24,7 @@ private:
 public:
        SimpleController();
 
+       virtual const char *enumerate_controls(unsigned) const;
        virtual void set_control(const std::string &, float);
        virtual const Control &get_control(const std::string &) const;