1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-08 19:57:46 +00:00
sapphire/src/world/Manager/MgrUtil.h

13 lines
No EOL
219 B
C++

#pragma once
#include "ForwardsZone.h"
#include <Service.h>
#include "WorldServer.h"
namespace Sapphire::World::Manager
{
class PlayerMgr;
World::Manager::PlayerMgr& playerMgr();
World::WorldServer& server();
}