Skip to content

Instantly share code, notes, and snippets.

@jyrkive
Created September 26, 2016 18:38
Show Gist options
  • Select an option

  • Save jyrkive/680c342b9d3fbd59cee6e470ec93ba97 to your computer and use it in GitHub Desktop.

Select an option

Save jyrkive/680c342b9d3fbd59cee6e470ec93ba97 to your computer and use it in GitHub Desktop.
bool leave_game, update_ui;
std::tie(leave_game, update_ui) = connect_engine_.process_network_data(data);
if (leave_game) {
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment