mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
12 lines
265 B
C++
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");
|