Allows drawing path to solution
This commit is contained in:
@@ -10,6 +10,7 @@ typedef unsigned int rand_seed_t;
|
||||
typedef struct mazeoptions {
|
||||
rgb_color_t wall_color;
|
||||
rgb_color_t background_color;
|
||||
rgb_color_t path_color;
|
||||
rand_seed_t seed;
|
||||
bool seed_set;
|
||||
} mazeoptions_t;
|
||||
|
||||
Reference in New Issue
Block a user