36#if !defined(LIBCOYOTL_MAZERENDERER_H)
37#define LIBCOYOTL_MAZERENDERER_H
72 unsigned char ** get_bits()
const
82 int get_height()
const
95 unsigned char ** m_bits;
A STL-compatible array class.
Definition array.h:73
Defines the data structure of a maze.
Definition maze.h:56
Renders a maze object.
Definition maze_renderer.h:49
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.