Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
WorldShutdownLifecycle.h
Go to the documentation of this file.
1/*
2* This file is part of Project SkyFire https://www.projectskyfire.org.
3* See LICENSE.md file for Copyright information
4*/
5
6#ifndef SKYFIRE_WORLDSHUTDOWNLIFECYCLE_H
7#define SKYFIRE_WORLDSHUTDOWNLIFECYCLE_H
8
9namespace Skyfire
10{
11namespace WorldShutdown
12{
27
28 char const* GetShutdownStepName(WorldShutdownStep step);
31}
32}
33
34#endif
char const * GetShutdownStepName(WorldShutdownStep step)
bool IsExpectedShutdownTransition(WorldShutdownStep current, WorldShutdownStep next)
bool IsShutdownStepBefore(WorldShutdownStep first, WorldShutdownStep second)