Created
September 26, 2016 18:38
-
-
Save jyrkive/680c342b9d3fbd59cee6e470ec93ba97 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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