X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fsimplecontroller.h;h=10b6faa3babd048039499d3415c5a69ca9ae84d8;hb=66a30fdf63df6ae092fb3d335c30a37e4e6ef40d;hp=140f13d3ee849c3a12f8affc888f6b3b250ee0ed;hpb=1ff06c5bc46a677fa389ef86c6b26664368f1653;p=r2c2.git diff --git a/source/libr2c2/simplecontroller.h b/source/libr2c2/simplecontroller.h index 140f13d..10b6faa 100644 --- a/source/libr2c2/simplecontroller.h +++ b/source/libr2c2/simplecontroller.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_SIMPLECONTROLLER_H_ #define LIBR2C2_SIMPLECONTROLLER_H_ @@ -24,6 +17,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;