Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game.h')
-rw-r--r--src/game/game.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game/game.h b/src/game/game.h
index 89889a0..a715edd 100644
--- a/src/game/game.h
+++ b/src/game/game.h
@@ -47,6 +47,13 @@ public:
/// is called when a player disconnects
void player_disconnect(core::Player *player);
+
+private:
+ bool load_world();
+
+ bool load_zone(core::Zone *zone);
+
+ bool load_ships();
};
}