BWAPI
trunk/bwapi/BWAPI/Source/Graphics.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 void bwDrawLine(int _x1, int _y1, int _x2, int _y2, int color, int ctype);
00004 void bwDrawDot(int  _x,  int _y, int color, int ctype);
00005 void bwDrawBox(int  _x,  int _y, int _w, int _h, int color, int ctype);
00006 void bwDrawText(int _x,  int _y, const char* ptext, int ctype, char size);
00007 
00008 void bwDrawBoxEx(int _x, int _y, int _w, int _h, int borderColor, int borderThickness, int color, int ctype, int style, int intensity);
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines