From 48aa068b036f565d6b94d4207242066ba655afe4 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 9 Feb 2008 17:48:16 +0000 Subject: entities, step 1 --- src/game/game.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/game/game.h') diff --git a/src/game/game.h b/src/game/game.h index f9c6667..bceb62d 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -35,10 +35,11 @@ public: /// sectors in space std::vector sectors; + /// the only ship in the game - Ship ship; + Ship *ship; /// the only star in the game - Star star; + Star *star; private: std::string name; -- cgit v1.2.3