BWAPI
trunk/bwapi/Replay_Tool/Replay.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 #include <windows.h>
00004 
00005 #define RFLAG_EXTRACT 1
00006 #define RFLAG_REPAIR  2
00007 
00008 bool ParseReplay(const char *pszFilename, DWORD dwFlags = 0);
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines