Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include "config.h"
#include "cmd/unit_generic.h"
#include "networking/networkcomm.h"
#include "vsfilesystem.h"
#include "vs_globals.h"
#include "universe_util.h"
#include "networking/lowlevel/vsnet_dloadmgr.h"
#include "networking/lowlevel/packet.h"
#include <assert.h>
#include "xml_support.h"
Go to the source code of this file.
Macros | |
#define | VOIP_PORT 5000 |
Variables | |
bool | cleanexit |
bool | use_pa |
bool | use_secured |
#define VOIP_PORT 5000 |
Definition at line 33 of file networkcomm.cpp.
Referenced by NetworkCommunication::AddToSession(), and NetworkCommunication::RemoveFromSession().
bool cleanexit |
Definition at line 9 of file vs_globals.cpp.
bool use_pa |
Definition at line 36 of file networkcomm.cpp.
Referenced by NetworkCommunication::DestroySession(), NetworkCommunication::InitSession(), NetworkCommunication::RecvSound(), NetworkCommunication::SendSound(), and NetworkCommunication::~NetworkCommunication().
bool use_secured |
Definition at line 37 of file networkcomm.cpp.
Referenced by NetworkCommunication::SendMessage(), NetworkCommunication::SendSound(), and NetworkCommunication::SwitchSecured().