]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/simplecontroller.h
Avoid negative values of wait_time
[r2c2.git] / source / libr2c2 / simplecontroller.h
index 140f13d3ee849c3a12f8affc888f6b3b250ee0ed..10b6faa3babd048039499d3415c5a69ca9ae84d8 100644 (file)
@@ -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;