2022-01-19 22:03:43 +02:00

12 lines
265 B
C++

// r5net.cpp : Defines the functions for the static library.
//
#include "core/stdafx.h"
#include <networksystem/r5net.h>
namespace R5Net
{
NetGameServer* LocalServer = new R5Net::NetGameServer{};
}
R5Net::Client* g_pR5net = new R5Net::Client("127.0.0.1:3000");