mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 08:07:46 +00:00
🚮
This commit is contained in:
parent
b3318f14a3
commit
92bb6187cd
4 changed files with 11 additions and 15 deletions
|
@ -1,5 +1,4 @@
|
||||||
#include <boost/make_shared.hpp>
|
#include <boost/make_shared.hpp>
|
||||||
#include <common/Logging/Logger.h>
|
|
||||||
|
|
||||||
#include "Framework.h"
|
#include "Framework.h"
|
||||||
|
|
||||||
|
|
|
@ -6,25 +6,23 @@
|
||||||
|
|
||||||
#include "Forwards.h"
|
#include "Forwards.h"
|
||||||
|
|
||||||
|
|
||||||
#include "ServerZone.h"
|
#include "ServerZone.h"
|
||||||
|
|
||||||
#include <common/Logging/Logger.h>
|
#include <common/Logging/Logger.h>
|
||||||
|
|
||||||
#include <common/Exd/ExdDataGenerated.h>
|
#include <common/Exd/ExdDataGenerated.h>
|
||||||
#include <common/Database/DbLoader.h>
|
|
||||||
#include <common/Database/CharaDbConnection.h>
|
|
||||||
#include <common/Database/DbWorkerPool.h>
|
|
||||||
#include <common/Database/PreparedStatement.h>
|
|
||||||
|
|
||||||
#include "Zone/TerritoryMgr.h"
|
|
||||||
|
|
||||||
#include "DebugCommand/DebugCommandHandler.h"
|
|
||||||
|
|
||||||
#include "Script/ScriptMgr.h"
|
#include "Script/ScriptMgr.h"
|
||||||
|
|
||||||
#include "Linkshell/LinkshellMgr.h"
|
#include "Linkshell/LinkshellMgr.h"
|
||||||
|
|
||||||
|
#include "Zone/TerritoryMgr.h"
|
||||||
|
|
||||||
|
#include "DebugCommand/DebugCommandHandler.h"
|
||||||
|
|
||||||
|
#include <common/Database/CharaDbConnection.h>
|
||||||
|
#include <common/Database/DbWorkerPool.h>
|
||||||
|
|
||||||
namespace Core
|
namespace Core
|
||||||
{
|
{
|
||||||
|
@ -43,7 +41,6 @@ private:
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
bool init();
|
|
||||||
Core::Logger& getLogger();
|
Core::Logger& getLogger();
|
||||||
Core::DebugCommandHandler& getDebugCommandHandler();
|
Core::DebugCommandHandler& getDebugCommandHandler();
|
||||||
Core::Scripting::ScriptMgr& getScriptMgr();
|
Core::Scripting::ScriptMgr& getScriptMgr();
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef SAPPHIRE_SCRIPTINFO_H
|
#ifndef CORE_SCRIPTINFO_H
|
||||||
#define SAPPHIRE_SCRIPTINFO_H
|
#define CORE_SCRIPTINFO_H
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef SAPPHIRE_SCRIPTLOADER_H
|
#ifndef CORE_SCRIPTLOADER_H
|
||||||
#define SAPPHIRE_SCRIPTLOADER_H
|
#define CORE_SCRIPTLOADER_H
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
@ -51,4 +51,4 @@ namespace Scripting {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif //SAPPHIRE_SCRIPTLOADER_H
|
#endif // CORE_SCRIPTLOADER_H
|
||||||
|
|
Loading…
Add table
Reference in a new issue