#ifndef PRIM_H #define PRIM_H #include "labyrinth.h" Labyrinth* prim(int n, int m); Labyrinth* primShow(int n, int m); #endif