#include <ACDmap.h>
Public Member Functions | |
| ACDtileSide (unsigned t, bool s, const char *n) | |
| Constructor for initializing the object. | |
| unsigned | tile () const |
| Return the tile number. | |
| bool | a () const |
| Return the side. | |
| const char * | name () const |
| Return the tile name. | |
| ACDtileSide::ACDtileSide | ( | unsigned | t, | |
| bool | s, | |||
| const char * | n | |||
| ) | [inline] |
Constructor for initializing the object.
| t | A tile number | |
| s | A side value (A = 0, B = 1) | |
| n | A tile name |
1.4.7