#include <RakNetworkFactory.h>
Static Public Member Functions | |
static RakClientInterface * | GetRakClientInterface (void) |
Returns a new instance of the network client. | |
static RakServerInterface * | GetRakServerInterface (void) |
Returns a new instance of the network server. | |
static RakPeerInterface * | GetRakPeerInterface (void) |
Returns a new instance of the network server. | |
static void | DestroyRakClientInterface (RakClientInterface *i) |
Destroys an instance of the network client. | |
static void | DestroyRakServerInterface (RakServerInterface *i) |
Destroys an instance of the network server. | |
static void | DestroyRakPeerInterface (RakPeerInterface *i) |
Destroys an instance of the network server. |
Only necessary if you use DLLs