X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fcontroller.h;h=404fe58d49ff65ef358c14f798f739561fbfc60e;hb=d13d841852d1fc5f97c40f93221745a63fae5e11;hp=6cabadec7c3d37d0bfff30438b3377af21ebaa4a;hpb=1ff06c5bc46a677fa389ef86c6b26664368f1653;p=r2c2.git diff --git a/source/libr2c2/controller.h b/source/libr2c2/controller.h index 6cabade..404fe58 100644 --- a/source/libr2c2/controller.h +++ b/source/libr2c2/controller.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_CONTROLLER_H_ #define LIBR2C2_CONTROLLER_H_ @@ -55,6 +48,7 @@ protected: public: virtual ~Controller() { } + virtual const char *enumerate_controls(unsigned) const = 0; virtual void set_control(const std::string &, float) = 0; virtual const Control &get_control(const std::string &) const = 0;