36 #if !defined(LIBCOYOTL_MAZERENDERER_H) 37 #define LIBCOYOTL_MAZERENDERER_H 58 static void render(
const libcoyotl::maze & a_source,
const std::string & a_filename,
size_t a_grid_size);
66 image(
const maze & source,
size_t grid_size);
72 unsigned char ** get_bits()
const 82 int get_height()
const 95 unsigned char ** m_bits;
Renders a maze object.
Definition: maze_renderer.h:48
Defines the data structure of a maze.
Definition: maze.h:55
static void render(const libcoyotl::maze &a_source, const std::string &a_filename, size_t a_grid_size)
Renders a maze to a PNG file with a specific cell size.