BWAPI
Defines | Functions
trunk/bwapi/BWAPI/Source/DLLMain.h File Reference
#include <windows.h>
#include <string>
#include "BW/Offsets.h"
Include dependency graph for DLLMain.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define QUEUE_COMMAND (   x,
  ... 
)    QueueGameCommand(&x(__VA_ARGS__), sizeof(x))

Function Documentation

void BWAPIError ( const char *  format,
  ... 
)

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

int getFileType ( const char *  szFileName)

Here is the call graph for this function:

Here is the caller graph for this function:

void __fastcall QueueGameCommand ( void *  pBuffer,
DWORD  dwLength 
)

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines