#include "Dungeon.h" void Dungeon::update() { } void Dungeon::add_location(Location * location) { this->locations.push_back(location); }