Calculados los items totales del mapeado

This commit is contained in:
2022-11-06 14:04:59 +01:00
parent 3d0400fe88
commit ec5da9ae3e
4 changed files with 33 additions and 9 deletions

View File

@@ -116,6 +116,9 @@ public:
// Obtiene una habitacion
room_t *getRoom(std::string name);
// Obtiene todas las habitaciones
std::vector<res_room_t> *getAllRooms();
};
#endif