BWAPI
trunk/bwapi/BWAPI/Source/Recording.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 #include <windows.h>
00004 #include "WMode.h"
00005 
00006 extern bool recordingStarted;
00007 
00008 extern void *pVidBuffer;
00009 
00010 bool StartVideoRecording(int width, int height);
00011 bool StopVideoRecording();
00012 void RecordFrame(void *pBuffer);
00013 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines