#include <Shape.h>
Public Member Functions | |
Shape () | |
Shape (ShapeType::Enum _shapeType, int _ctype, int _x1, int _y1, int _x2, int _y2, int _extra1, int _extra2, int _color, bool _isSolid) | |
Public Attributes | |
ShapeType::Enum | type |
int | ctype |
int | x1 |
int | y1 |
int | x2 |
int | y2 |
int | extra1 |
int | extra2 |
int | color |
bool | isSolid |
BWAPIC::Shape::Shape | ( | ) | [inline] |
BWAPIC::Shape::Shape | ( | ShapeType::Enum | _shapeType, |
int | _ctype, | ||
int | _x1, | ||
int | _y1, | ||
int | _x2, | ||
int | _y2, | ||
int | _extra1, | ||
int | _extra2, | ||
int | _color, | ||
bool | _isSolid | ||
) | [inline] |