From 715d0c3952a3a1d59b64074e472d0a9a3b414351 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 14 Feb 2008 18:04:25 +0000 Subject: dedicated server accepts incoming connections --- src/game/player.h | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 src/game/player.h (limited to 'src/game/player.h') diff --git a/src/game/player.h b/src/game/player.h deleted file mode 100644 index 0fdec76..0000000 --- a/src/game/player.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - game/player.h - This file is part of the Osirion project and is distributed under - the terms and conditions of the GNU General Public License version 2 -*/ - -#ifndef __INCLUDED_GAME_PLAYER_H__ -#define __INCLUDED_GAME_PLAYER_H__ - -#include - -namespace game { - -/// a player in the game -class Player { -public: - Player(); - ~Player(); - - /// name of the player - std::string name; -}; - -} // namespace game - -#endif // __INCLUDED_GAME_PLAYER_H__ - -- cgit v1.2.3