Skip to content

Instantly share code, notes, and snippets.

@bbandix
Created December 23, 2010 12:52
Show Gist options
  • Save bbandix/752931 to your computer and use it in GitHub Desktop.
Save bbandix/752931 to your computer and use it in GitHub Desktop.
void LevelGeneratorManager::printProgress(int percent) {
std::cout << percent << "% " << std::flush;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment