#include "../Toolkit/toolkit.h"#include "RobotMaze.h"#include "RobotMazeStructures.h"#include "AnimatedRobot.h"


Classes | |
| class | MazeView |
Defines | |
| #define | MAZE_WALL_HEIGHT 13 |
| Set maze wall characteristics. | |
| #define | MAZE_WALL_THICKNESS 13 |
| #define | MAZE_WALL_COLOR_SIDE 153, 153, 153 |
| #define | MAZE_WALL_COLOR_TOP 204, 204, 204 |
| #define | MAZE_WALL_POST_COLOR_SIDE 51, 51, 51 |
| #define | MAZE_WALL_POST_COLOR_TOP 76, 76, 76 |
| #define | MAZE_WALL_EDGE_COLOR 0, 0, 0 |
| #define MAZE_WALL_COLOR_SIDE 153, 153, 153 |
| #define MAZE_WALL_COLOR_TOP 204, 204, 204 |
| #define MAZE_WALL_EDGE_COLOR 0, 0, 0 |
| #define MAZE_WALL_POST_COLOR_SIDE 51, 51, 51 |
| #define MAZE_WALL_POST_COLOR_TOP 76, 76, 76 |
| #define MAZE_WALL_THICKNESS 13 |
1.5.7.1