feat: split out system() calls from the rest of MasterServer (#1368)

This commit is contained in:
Daniel Seiler
2023-12-30 08:00:43 +01:00
committed by GitHub
parent 1bdce8384f
commit f08df25085
5 changed files with 83 additions and 89 deletions

6
dMasterServer/Start.h Normal file
View 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);