Pyrogenesis  trunk
Classes | Enumerations | Variables
NetClient.h File Reference
#include "network/fsm.h"
#include "network/NetFileTransfer.h"
#include "network/NetHost.h"
#include "scriptinterface/ScriptVal.h"
#include "ps/CStr.h"
#include <deque>
Include dependency graph for NetClient.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CNetClient
 Network client. More...
 

Enumerations

enum  {
  NCS_UNCONNECTED, NCS_CONNECT, NCS_HANDSHAKE, NCS_AUTHENTICATE,
  NCS_INITIAL_GAMESETUP, NCS_PREGAME, NCS_LOADING, NCS_JOIN_SYNCING,
  NCS_INGAME
}
 

Variables

CNetClientg_NetClient
 Global network client for the standard game. More...
 

Enumeration Type Documentation

anonymous enum
Enumerator
NCS_UNCONNECTED 
NCS_CONNECT 
NCS_HANDSHAKE 
NCS_AUTHENTICATE 
NCS_INITIAL_GAMESETUP 
NCS_PREGAME 
NCS_LOADING 
NCS_JOIN_SYNCING 
NCS_INGAME 

Variable Documentation

CNetClient* g_NetClient

Global network client for the standard game.