From 7e0a97d2521b9ce57003176e82a0b5564aa003c2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 17 Jul 2012 23:26:59 +0300 Subject: Fix more code style and additional warnings. --- src/net/playerhandler.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/net/playerhandler.h') diff --git a/src/net/playerhandler.h b/src/net/playerhandler.h index 187059c02..c6a67afb2 100644 --- a/src/net/playerhandler.h +++ b/src/net/playerhandler.h @@ -25,6 +25,7 @@ #include "being.h" #include "flooritem.h" +#include "playerinfo.h" namespace Net { @@ -65,9 +66,9 @@ class PlayerHandler virtual bool canCorrectAttributes() const = 0; - virtual int getJobLocation() const = 0; + virtual PlayerInfo::Attribute getJobLocation() const = 0; - virtual int getAttackLocation() const = 0; + virtual PlayerInfo::Attribute getAttackLocation() const = 0; virtual Vector getDefaultWalkSpeed() const = 0; -- cgit v1.2.3-70-g09d2