summaryrefslogtreecommitdiffstats
path: root/source/cRoot.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cRoot.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/source/cRoot.h b/source/cRoot.h
index f1b9bb7ca..95edfe73a 100644
--- a/source/cRoot.h
+++ b/source/cRoot.h
@@ -74,8 +74,13 @@ public:
private:
void LoadGlobalSettings();
- void LoadWorlds();
- void UnloadWorlds();
+ /// Loads the worlds from settings.ini, creates the worldmap
+ void LoadWorlds(void);
+
+ /// Starts each world's life
+ void StartWorlds(void);
+
+ void UnloadWorlds(void);
cServer * m_Server;
cMonsterConfig * m_MonsterConfig;