1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-07 19:27:45 +00:00
sapphire/src/servers/Server_Lobby/mainLobbyServer.cpp
2017-08-11 22:58:45 +01:00

12 lines
186 B
C++

#include "ServerLobby.h"
Core::ServerLobby g_serverLobby( "config/settings_lobby.xml" );
int main( int32_t argc, char* argv[] )
{
g_serverLobby.run( argc, argv );
return 0;
}