From 1f95c377b2abfaa454b1f2298af10956d95ad941 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 13 Feb 2008 00:40:59 +0000 Subject: split client from game module --- src/game/game.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/game/game.h') diff --git a/src/game/game.h b/src/game/game.h index abe0c0d..9c993fe 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -26,6 +26,9 @@ namespace game class Game : public core::GameInterface { public: + Game(); + ~Game(); + /// initialize the game bool init(); /// shutdown the game @@ -36,6 +39,9 @@ public: /// 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; -- cgit v1.2.3