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