diff -r 5685602aeb9c -r faeea3e21e82 proto/Player.hh --- a/proto/Player.hh Sun Nov 09 22:02:03 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -#ifndef PLAYER_HH -#define PLAYER_HH - -#include "coor.hh" - -class Player { -public: - Player() - : xy(140.0, 140.0), xy2(140.0, 140.0) { - - } - - coor xy; - coor xy2; -}; - -#endif