mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-05 18:24:12 +00:00
feat: split out system() calls from the rest of MasterServer (#1368)
This commit is contained in:
6
dMasterServer/Start.h
Normal file
6
dMasterServer/Start.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include "dCommonVars.h"
|
||||
|
||||
void StartAuthServer();
|
||||
void StartChatServer();
|
||||
void StartWorldServer(LWOMAPID mapID, uint16_t port, LWOINSTANCEID lastInstanceID, int maxPlayers, LWOCLONEID cloneID);
|
Reference in New Issue
Block a user