From ee891311ccc79bbc7837caac8546aac5b9bdf80f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 13 Feb 2008 18:29:55 +0000 Subject: camera Overview as spectator only, join works --- src/game/game.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/game/game.h') diff --git a/src/game/game.h b/src/game/game.h index 9c993fe..d8a6185 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -36,20 +36,9 @@ public: /// execute one game grame void frame(float seconds); - /// a player joins the game - void event_join(core::Player *player); - - /// a player leaves the game - void event_leave(core::Player *player); - /// sectors in space std::vector sectors; - /// the only ship in the game - Ship *ship; - /// the only star in the game - Star *star; - private: std::string name; std::string label; -- cgit v1.2.3