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