7 lines
186 B
C++

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