From 8a999b66fd697404c6640778a6dd1ce0e747334a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 31 Aug 2013 21:33:50 +0300 Subject: move input related files into input dir. --- src/game.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index 2f6916910..258ce6e60 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -32,10 +32,7 @@ #include "effectmanager.h" #include "emoteshortcut.h" #include "guildmanager.h" -#include "inputmanager.h" #include "itemshortcut.h" -#include "joystick.h" -#include "keyboardconfig.h" #include "localplayer.h" #include "particle.h" #include "playerinfo.h" @@ -43,6 +40,10 @@ #include "spellshortcut.h" #include "touchmanager.h" +#include "input/inputmanager.h" +#include "input/joystick.h" +#include "input/keyboardconfig.h" + #include "gui/botcheckerwindow.h" #include "gui/debugwindow.h" #include "gui/didyouknowwindow.h" -- cgit v1.2.3-60-g2f50