1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-09 12:17:45 +00:00
sapphire/src/servers/sapphire_lobby/mainLobbyServer.cpp
2017-12-19 09:27:22 +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;
}