|
BWAPI
|


Go to the source code of this file.
Defines | |
| #define | QUEUE_COMMAND(x,...) QueueGameCommand(&x(__VA_ARGS__), sizeof(x)) |
Functions | |
| void __fastcall | QueueGameCommand (void *pBuffer, DWORD dwLength) |
| void | BWAPIError (const char *format,...) |
| void | BWAPIError (DWORD dwErrCode, const char *format,...) |
| int | getFileType (const char *szFileName) |
| #define QUEUE_COMMAND | ( | x, | |
| ... | |||
| ) | QueueGameCommand(&x(__VA_ARGS__), sizeof(x)) |
| void BWAPIError | ( | const char * | format, |
| ... | |||
| ) |


| void BWAPIError | ( | DWORD | dwErrCode, |
| const char * | format, | ||
| ... | |||
| ) |

| int getFileType | ( | const char * | szFileName | ) |


| void __fastcall QueueGameCommand | ( | void * | pBuffer, |
| DWORD | dwLength | ||
| ) |


1.7.6.1