Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-02-13 18:29:55 +0000
committerStijn Buys <ingar@osirion.org>2008-02-13 18:29:55 +0000
commitee891311ccc79bbc7837caac8546aac5b9bdf80f (patch)
tree4279b0bec63d2152669b19d1f11199c56ae57b7b /src/game/game.h
parenta65427370dfe27dfa74efb0bddd44d7ffb9552ac (diff)
camera Overview as spectator only, join works
Diffstat (limited to 'src/game/game.h')
-rw-r--r--src/game/game.h11
1 files changed, 0 insertions, 11 deletions
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<Sector*> sectors;
- /// the only ship in the game
- Ship *ship;
- /// the only star in the game
- Star *star;
-
private:
std::string name;
std::string label;