summaryrefslogtreecommitdiff
path: root/src/net/tmwserv/playerhandler.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-27 11:42:12 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-27 12:15:50 +0100
commit06be39a51f62d365ce84d7815173577d2ecf8496 (patch)
treef4ae92023dd05cbf8d7b9c73e0a8779241202c4c /src/net/tmwserv/playerhandler.cpp
parent58b33406b1354e6814ed29d55a55a36053445ecd (diff)
downloadmana-06be39a51f62d365ce84d7815173577d2ecf8496.tar.gz
mana-06be39a51f62d365ce84d7815173577d2ecf8496.tar.bz2
mana-06be39a51f62d365ce84d7815173577d2ecf8496.tar.xz
mana-06be39a51f62d365ce84d7815173577d2ecf8496.zip
Changed the includes for the net/tmwserv/ directory
Diffstat (limited to 'src/net/tmwserv/playerhandler.cpp')
-rw-r--r--src/net/tmwserv/playerhandler.cpp44
1 files changed, 22 insertions, 22 deletions
diff --git a/src/net/tmwserv/playerhandler.cpp b/src/net/tmwserv/playerhandler.cpp
index e8efef52..863fcb65 100644
--- a/src/net/tmwserv/playerhandler.cpp
+++ b/src/net/tmwserv/playerhandler.cpp
@@ -19,26 +19,27 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "playerhandler.h"
-
-#include "../messagein.h"
-#include "protocol.h"
-
-#include "../../engine.h"
-#include "../../localplayer.h"
-#include "../../log.h"
-#include "../../particle.h"
-#include "../../npc.h"
-
-#include "../../gui/buy.h"
-#include "../../gui/chat.h"
-#include "../../gui/gui.h"
-#include "../../gui/npclistdialog.h"
-#include "../../gui/npc_text.h"
-#include "../../gui/ok_dialog.h"
-#include "../../gui/sell.h"
-#include "../../gui/skill.h"
-#include "../../gui/viewport.h"
+#include "net/tmwserv/playerhandler.h"
+
+#include "net/tmwserv/protocol.h"
+
+#include "net/messagein.h"
+
+#include "engine.h"
+#include "localplayer.h"
+#include "log.h"
+#include "particle.h"
+#include "npc.h"
+
+#include "gui/buy.h"
+#include "gui/chat.h"
+#include "gui/gui.h"
+#include "gui/npclistdialog.h"
+#include "gui/npc_text.h"
+#include "gui/ok_dialog.h"
+#include "gui/sell.h"
+#include "gui/skill.h"
+#include "gui/viewport.h"
// TODO Move somewhere else
OkDialog *weightNotice = NULL;
@@ -293,8 +294,7 @@ void PlayerHandler::handleMessage(MessageIn &msg)
}
}
-void
-PlayerHandler::handleMapChangeMessage(MessageIn &msg)
+void PlayerHandler::handleMapChangeMessage(MessageIn &msg)
{
const std::string mapName = msg.readString();
const unsigned short x = msg.readInt16();