mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-05-22 18:54:33 +00:00
7 lines
82 B
C++
7 lines
82 B
C++
#pragma once
|
|
|
|
namespace ServerRuntime
|
|
{
|
|
void RequestDedicatedServerShutdown();
|
|
}
|