proto/Player.hh
changeset 27 faeea3e21e82
parent 26 5685602aeb9c
child 28 3da59a3bc92e
--- 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<double> xy;
-	coor<double> xy2;
-};
-
-#endif