diff --git a/src/inputmanager.h b/src/inputmanager.h index 11a08b2..0ea35c8 100644 --- a/src/inputmanager.h +++ b/src/inputmanager.h @@ -64,6 +64,10 @@ private: vector interval; SDLEventList events; + vector joysticks; + vector actions; + vector mappings; + public: static const int MAPPING_TYPE_UNDEFINED = -1; static const int MAPPING_TYPE_BUTTON = 0; @@ -74,10 +78,6 @@ public: ~InputManager(); void init(const string &conffile = "input.conf"); - vector joysticks; - vector actions; - vector mappings; - bool update(); int count(); void setActionsCount(int count);