|
Pyrogenesis
13997
|
Replay log replayer. More...
#include <Replay.h>
Public Member Functions | |
| CReplayPlayer () | |
| ~CReplayPlayer () | |
| void | Load (const std::string &path) |
| void | Replay () |
Private Attributes | |
| std::istream * | m_Stream |
Replay log replayer.
Runs the log with no graphics and dumps some info to stdout.
| CReplayPlayer::CReplayPlayer | ( | ) |
Definition at line 104 of file Replay.cpp.
| CReplayPlayer::~CReplayPlayer | ( | ) |
Definition at line 109 of file Replay.cpp.
| void CReplayPlayer::Load | ( | const std::string & | path | ) |
Definition at line 114 of file Replay.cpp.
| void CReplayPlayer::Replay | ( | ) |
Definition at line 122 of file Replay.cpp.
1.8.5