diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp index a900eb6ed..03f26c981 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -33,12 +33,13 @@ #include "emoteshortcut.h" #include "guildmanager.h" #include "itemshortcut.h" -#include "localplayer.h" -#include "playerinfo.h" #include "soundmanager.h" #include "spellshortcut.h" #include "touchmanager.h" +#include "being/localplayer.h" +#include "being/playerinfo.h" + #include "particle/particle.h" #include "input/inputmanager.h" |