DDraceNetwork Docs
|
#include "kernel.h"
#include "graphics.h"
#include "message.h"
#include <base/hash.h>
#include <engine/shared/translation_context.h>
#include <game/generated/protocol.h>
#include <game/generated/protocol7.h>
#include <engine/friends.h>
#include <functional>
#include <engine/client/enums.h>
Go to the source code of this file.
Classes | |
class | IClient |
class | IClient::CSnapItem |
class | IGameClient |
Typedefs | |
typedef bool(* | CLIENTFUNC_FILTER) (const void *pData, int DataSize, void *pUser) |
Enumerations | |
enum | { RECORDER_MANUAL = 0 , RECORDER_AUTO = 1 , RECORDER_RACE = 2 , RECORDER_REPLAYS = 3 , RECORDER_MAX = 4 } |
Functions | |
void | SnapshotRemoveExtraProjectileInfo (class CSnapshot *pSnap) |
IGameClient * | CreateGameClient () |
typedef bool(* CLIENTFUNC_FILTER) (const void *pData, int DataSize, void *pUser) |
IGameClient * CreateGameClient | ( | ) |
void SnapshotRemoveExtraProjectileInfo | ( | class CSnapshot * | pSnap | ) |