#ifndef _DEDALUS_HPP #define _DEDALUS_HPP #include #include #include "laberint.hpp" namespace dedalus { void construir(laberint& M) throw(error); static const char nom_mod[] = "dedalus"; static const int EstaExcavat = 51; static const char MsgEstaExcavat[] = "El laberint ja esta excavat"; }; #endif