Pyrogenesis
13997
|
#include "precompiled.h"
#include "NetSession.h"
#include "NetClient.h"
#include "NetServer.h"
#include "NetMessage.h"
#include "NetStats.h"
#include "lib/external_libraries/enet.h"
#include "ps/CLogger.h"
#include "scriptinterface/ScriptInterface.h"
Go to the source code of this file.
Variables | |
static const int | CHANNEL_COUNT = 1 |
|
static |
Definition at line 28 of file NetSession.cpp.