mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-08 19:57:46 +00:00
13 lines
No EOL
219 B
C++
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();
|
|
} |