#include "../GameController.h" using namespace std; void GameController::cmd_restart(string &) { this->playing = false; this->quit = false; }