BWAPI
Classes | Defines | Typedefs | Functions
EISBot/c_src/include/jni/jawt.h File Reference
#include "jni.h"
Include dependency graph for jawt.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  jawt_Rectangle
struct  jawt_DrawingSurfaceInfo
struct  jawt_DrawingSurface
struct  jawt

Defines

#define JAWT_LOCK_ERROR   0x00000001
#define JAWT_LOCK_CLIP_CHANGED   0x00000002
#define JAWT_LOCK_BOUNDS_CHANGED   0x00000004
#define JAWT_LOCK_SURFACE_CHANGED   0x00000008
#define JAWT_VERSION_1_3   0x00010003
#define JAWT_VERSION_1_4   0x00010004

Typedefs

typedef struct jawt_Rectangle JAWT_Rectangle
typedef struct
jawt_DrawingSurfaceInfo 
JAWT_DrawingSurfaceInfo
typedef struct jawt_DrawingSurface JAWT_DrawingSurface
typedef struct jawt JAWT

Functions

_JNI_IMPORT_OR_EXPORT_
jboolean JNICALL 
JAWT_GetAWT (JNIEnv *env, JAWT *awt)

Define Documentation

#define JAWT_LOCK_BOUNDS_CHANGED   0x00000004
#define JAWT_LOCK_CLIP_CHANGED   0x00000002
#define JAWT_LOCK_ERROR   0x00000001
#define JAWT_LOCK_SURFACE_CHANGED   0x00000008
#define JAWT_VERSION_1_3   0x00010003
#define JAWT_VERSION_1_4   0x00010004

Typedef Documentation

typedef struct jawt JAWT

Function Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines