#include "../GameController.h" using namespace std; FollowupAction GameController::cmd_quit(string &) { return FollowupAction::EXIT; }