1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 15:47:46 +00:00
sapphire/src/servers/sapphire_lobby/mainLobbyServer.cpp

13 lines
186 B
C++
Raw Normal View History

2017-08-08 13:53:47 +02:00
#include "ServerLobby.h"
Core::ServerLobby g_serverLobby( "config/settings_lobby.xml" );
int main( int32_t argc, char* argv[] )
2017-08-08 13:53:47 +02:00
{
g_serverLobby.run( argc, argv );
return 0;
}