Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Devhobby
Created March 22, 2018 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Devhobby/ea972ae8661bf337faaff0d73482b4a2 to your computer and use it in GitHub Desktop.
Save Devhobby/ea972ae8661bf337faaff0d73482b4a2 to your computer and use it in GitHub Desktop.
gameLoop()
int gameLoop(Player * p_player, World ** p_p_worldArr)
{
std::cout << "Tu bedziemy grali!!" << std::endl;
_getch();
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment