summaryrefslogtreecommitdiff
path: root/src/game-server/commandhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/commandhandler.h')
-rw-r--r--src/game-server/commandhandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game-server/commandhandler.h b/src/game-server/commandhandler.h
index 5327dda7..c947a4dc 100644
--- a/src/game-server/commandhandler.h
+++ b/src/game-server/commandhandler.h
@@ -23,14 +23,14 @@
#include <string>
-class Character;
+class Entity;
namespace CommandHandler
{
/**
* Parse and handle the given command.
*/
- void handleCommand(Character *player, const std::string &command);
+ void handleCommand(Entity *player, const std::string &command);
}
#endif //SERVER_COMMANDHANDLER_H