Implementado el cambio de habitación

This commit is contained in:
2022-07-03 14:53:18 +02:00
parent 7d0262a30e
commit 0bb7b6441a
6 changed files with 145 additions and 45 deletions

View File

@@ -67,6 +67,18 @@ public:
// Dibuja el mapa en pantalla
void drawMap();
// Devuelve el valor de la variable
std::string getRoomUp();
// Devuelve el valor de la variable
std::string getRoomDown();
// Devuelve el valor de la variable
std::string getRoomLeft();
// Devuelve el valor de la variable
std::string getRoomRight();
};
#endif