mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 03:06:38 +00:00
[World] World Bootup Consolidation (#2294)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#ifndef EQEMU_WORLD_BOOT_H
|
||||
#define EQEMU_WORLD_BOOT_H
|
||||
|
||||
#include <string>
|
||||
#include "../common/types.h"
|
||||
|
||||
class WorldBoot {
|
||||
public:
|
||||
static void GMSayHookCallBackProcessWorld(uint16 log_category, std::string message);
|
||||
static bool HandleCommandInput(int argc, char **argv);
|
||||
static bool LoadServerConfig();
|
||||
static bool LoadDatabaseConnections();
|
||||
static void CheckForServerScript(bool force_download = false);
|
||||
static void CheckForXMLConfigUpgrade();
|
||||
static void RegisterLoginservers();
|
||||
static bool DatabaseLoadRoutines(int argc, char **argv);
|
||||
static void CheckForPossibleConfigurationIssues();
|
||||
};
|
||||
|
||||
|
||||
#endif //EQEMU_WORLD_BOOT_H
|
||||
Reference in New Issue
Block a user