From 78c089c0eae503822c7f1025aefcf02529b13723 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Thu, 14 Aug 2008 18:42:47 +0000 Subject: last of the game server clean up. now it's done --- src/game/server/player.hpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/game/server/player.hpp') diff --git a/src/game/server/player.hpp b/src/game/server/player.hpp index c1866f85..e7af0573 100644 --- a/src/game/server/player.hpp +++ b/src/game/server/player.hpp @@ -1,3 +1,8 @@ +#ifndef GAME_SERVER_PLAYER_H +#define GAME_SERVER_PLAYER_H + +// this include should perhaps be removed +#include "entities/character.hpp" // player object class PLAYER @@ -53,3 +58,5 @@ public: void on_predicted_input(NETOBJ_PLAYER_INPUT *new_input); void on_disconnect(); }; + +#endif -- cgit 1.4.1