|
BWAPI
|
#include "GameImpl.h"#include <windows.h>#include "Graphics.h"#include <cassert>#include "../../Debug.h"
Namespaces | |
| namespace | BWAPI |
Defines | |
| #define | WIN32_LEAN_AND_MEAN |
| #define | fixed2Int(x) ( ((x) + (1 << 15)) / (1 << 16) ) |
| #define | int2Fixed(x) ( (x) * (1 << 16) ) |
| #define | positive(x) ( (x) > 1 ? (x) : 1 ) |
| #define | incx() x2++, dxt += d2xt, t += dxt |
| #define | incy() y2--, dyt += d2yt, t += dyt |
Functions | |
| void | BWAPI::swap (int &a0, int &a1) |
| #define incx | ( | ) | x2++, dxt += d2xt, t += dxt |
| #define incy | ( | ) | y2--, dyt += d2yt, t += dyt |
| #define WIN32_LEAN_AND_MEAN |
1.7.6.1