#ifndef ELLER_H #define ELLER_H #include "labyrinth.h" Labyrinth* eller(int n, int m); Labyrinth* ellerShow(int n, int m); #endif