Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gameinterface.h')
-rw-r--r--src/core/gameinterface.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/gameinterface.h b/src/core/gameinterface.h
index 3e2a5f7..6e53575 100644
--- a/src/core/gameinterface.h
+++ b/src/core/gameinterface.h
@@ -34,12 +34,6 @@ public:
*/
virtual void frame(float seconds) = 0;
- /// a player joins the game
- virtual void event_join(Player *player) = 0;
-
- /// a player leaves the game
- virtual void event_leave(Player *player) = 0;
-
/// a pointer to the current game instance
static GameInterface * instance();