1 2 3 4 5 6 7 8 9 10
#include "backend/Dungeon.h" #include "../GameController.h" using namespace std; void GameController::cmd_wait(string &) { this->dungeon->update(); }