|
BWAPI
|
#include "Replay.h"#include "PKShared.h"#include "FileReader.h"#include "FileWriter.h"#include "RepHeader.h"#include "Actions.h"
Functions | |
| void | WriteBuffer (const char *pszFormat, const char *pszFilename, void *pBuffer, DWORD dwBufferSize) |
| bool | errSimple (const char *pszText) |
| bool | ParseReplay (const char *pszFilename, DWORD dwFlags) |
Variables | |
| replay_resource | replayHeader |
| bool errSimple | ( | const char * | pszText | ) |

| bool ParseReplay | ( | const char * | pszFilename, |
| DWORD | dwFlags | ||
| ) |


| void WriteBuffer | ( | const char * | pszFormat, |
| const char * | pszFilename, | ||
| void * | pBuffer, | ||
| DWORD | dwBufferSize | ||
| ) |


1.7.6.1