#include <RobotBoard.h>
Inherits Graphic.

Public Member Functions | |
| RobotBoard (BITMAP *map, Point offset) | |
| ~RobotBoard () | |
| void | changeBoard (BITMAP *map) |
| Changes the old goal bot to the new one. | |
| void | draw (BITMAP *canvas, Point offset) |
| This is the main reason for this class. | |
Protected Attributes | |
| BITMAP * | board |
| RobotBoard::RobotBoard | ( | BITMAP * | map, | |
| Point | offset | |||
| ) |
| RobotBoard::~RobotBoard | ( | ) |
| void RobotBoard::changeBoard | ( | BITMAP * | map | ) |
Changes the old goal bot to the new one.
| void RobotBoard::draw | ( | BITMAP * | canvas, | |
| Point | offset | |||
| ) | [virtual] |
BITMAP* RobotBoard::board [protected] |
1.5.7.1