1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-30 08:07:46 +00:00
This commit is contained in:
Maru 2018-03-02 07:39:38 -03:00
parent b3318f14a3
commit 92bb6187cd
4 changed files with 11 additions and 15 deletions

View file

@ -1,5 +1,4 @@
#include <boost/make_shared.hpp>
#include <common/Logging/Logger.h>
#include "Framework.h"

View file

@ -6,25 +6,23 @@
#include "Forwards.h"
#include "ServerZone.h"
#include <common/Logging/Logger.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 "Linkshell/LinkshellMgr.h"
#include "Zone/TerritoryMgr.h"
#include "DebugCommand/DebugCommandHandler.h"
#include <common/Database/CharaDbConnection.h>
#include <common/Database/DbWorkerPool.h>
namespace Core
{
@ -43,7 +41,6 @@ private:
public:
bool init();
Core::Logger& getLogger();
Core::DebugCommandHandler& getDebugCommandHandler();
Core::Scripting::ScriptMgr& getScriptMgr();

View file

@ -1,5 +1,5 @@
#ifndef SAPPHIRE_SCRIPTINFO_H
#define SAPPHIRE_SCRIPTINFO_H
#ifndef CORE_SCRIPTINFO_H
#define CORE_SCRIPTINFO_H
#include <vector>

View file

@ -1,5 +1,5 @@
#ifndef SAPPHIRE_SCRIPTLOADER_H
#define SAPPHIRE_SCRIPTLOADER_H
#ifndef CORE_SCRIPTLOADER_H
#define CORE_SCRIPTLOADER_H
#include <string>
#include <unordered_map>
@ -51,4 +51,4 @@ namespace Scripting {
#endif //SAPPHIRE_SCRIPTLOADER_H
#endif // CORE_SCRIPTLOADER_H