DDraceNetwork Documentation
Loading...
Searching...
No Matches
demo_extract_chat.cpp File Reference
#include <base/logger.h>
#include <base/system.h>
#include <engine/client.h>
#include <engine/shared/demo.h>
#include <engine/shared/network.h>
#include <engine/shared/snapshot.h>
#include <engine/storage.h>
#include <game/gamecore.h>
#include <memory>
Include dependency graph for demo_extract_chat.cpp:

Classes

class  CClientSnapshotHandler
struct  CClientSnapshotHandler::CClientData
class  CDemoPlayerMessageListener

Functions

static int ExtractDemoChat (const char *pDemoFilePath, IStorage *pStorage)
int main (int argc, const char *argv[])

Variables

static const char * TOOL_NAME = "demo_extract_chat"

Function Documentation

◆ ExtractDemoChat()

int ExtractDemoChat ( const char * pDemoFilePath,
IStorage * pStorage )
static

◆ main()

int main ( int argc,
const char * argv[] )

Variable Documentation

◆ TOOL_NAME

const char* TOOL_NAME = "demo_extract_chat"
static