1 2 3 4 5 6 7 8
#include "../GameController.h" using namespace std; FollowupAction GameController::cmd_restart(string &) { return FollowupAction::RESTART; }