#include "backend/Dungeon.h" #include "../GameController.h" using namespace std; void GameController::cmd_wait(string &) { this->dungeon->update(); }