X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcontrol%2Fjoystickkeyboardcontroller.hpp;fp=src%2Fcontrol%2Fjoystickkeyboardcontroller.hpp;h=2a66f1681fa429b700dad360fdf70f973fc1e327;hb=e47d0ff21cb8cde4fe29bd710895ebd07e44bb4f;hp=5af4263db6a4b204e2c594af2e76d4f4f0cd268b;hpb=6a9ba9ef724869d7196f4d09529dfb87799da838;p=supertux.git diff --git a/src/control/joystickkeyboardcontroller.hpp b/src/control/joystickkeyboardcontroller.hpp index 5af4263db..2a66f1681 100644 --- a/src/control/joystickkeyboardcontroller.hpp +++ b/src/control/joystickkeyboardcontroller.hpp @@ -29,6 +29,8 @@ #include "util/writer_fwd.hpp" class Menu; +class KeyboardMenu; +class JoystickMenu; class JoystickKeyboardController : public Controller { @@ -73,9 +75,6 @@ private: void set_joy_controls(Control id, bool value); private: - class KeyboardMenu; - class JoystickMenu; - friend class KeyboardMenu; friend class JoystickMenu;