src/proto2/SinglePlayer.hh
changeset 185 25becd2cb026
parent 184 561892e2a30e
child 186 0738f2949a2b
--- a/src/proto2/SinglePlayer.hh	Wed Dec 03 18:59:10 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-#ifndef SINGLE_PLAYER_HH
-#define SINGLE_PLAYER_HH
-
-#include "GameState.hh"
-
-class SinglePlayer : public LocalPlayer {
-    public:
-        SinglePlayer (GameState &state) : LocalPlayer(state, Vector(PLAYER_INITIAL_X, PLAYER_INITIAL_Y), true) { }
-};
-
-#endif /* SINGLE_PLAYER_HH */