#include "../Player.h" using namespace std; FollowupAction Player::cmd_restart(string &) { return FollowupAction::RESTART; }