SC2API
An API for AI for StarCraft II
|
2D integer point. More...
#include <sc2_common.h>
Public Member Functions | |
Point2DI (int in_x=0, int in_y=0) | |
bool | operator== (const Point2DI &rhs) const |
bool | operator!= (const Point2DI &rhs) const |
Public Attributes | |
int | x |
int | y |
2D integer point.