aboutsummaryrefslogtreecommitdiff
path: root/frontend/cmd/wait.cpp
blob: 1a53d01a326bef23dbf863ce17b20c7604f9f87d (plain)
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();
}