1#ifndef ENGINE_CLIENT_DEMOEDIT_H
2#define ENGINE_CLIENT_DEMOEDIT_H
24 CDemoEdit(
const char *pNetVersion,
CSnapshotDelta *pSnapshotDelta,
IStorage *pStorage,
const char *pDemo,
const char *pDst,
int StartTick,
int EndTick);
Definition: demoedit.h:11
char m_aDst[256]
Definition: demoedit.h:18
char m_aDemo[256]
Definition: demoedit.h:17
char * Destination()
Definition: demoedit.h:26
bool m_Success
Definition: demoedit.h:21
void Run() override
Definition: demoedit.cpp:20
CDemoEdit(const char *pNetVersion, CSnapshotDelta *pSnapshotDelta, IStorage *pStorage, const char *pDemo, const char *pDst, int StartTick, int EndTick)
Definition: demoedit.cpp:6
IStorage * m_pStorage
Definition: demoedit.h:13
bool Success()
Definition: demoedit.h:27
int m_EndTick
Definition: demoedit.h:20
CSnapshotDelta m_SnapshotDelta
Definition: demoedit.h:12
CDemoEditor m_DemoEditor
Definition: demoedit.h:15
int m_StartTick
Definition: demoedit.h:19
Definition: snapshot.h:74