Pyrogenesis trunk
|
#include "lib/os_path.h"
#include "ps/CStr.h"
#include "scriptinterface/ScriptTypes.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | IReplayLogger |
Replay log recorder interface. More... | |
class | CDummyReplayLogger |
Implementation of IReplayLogger that simply throws away all data. More... | |
class | CReplayLogger |
Implementation of IReplayLogger that saves data to a file in the logs directory. More... | |
class | CReplayPlayer |
Replay log replayer. More... | |