Skip to content

Instantly share code, notes, and snippets.

@PoetaKodu
Created January 28, 2017 16:28
Show Gist options
  • Save PoetaKodu/1525a3ca8ccc58cfd65ede65cd5b5492 to your computer and use it in GitHub Desktop.
Save PoetaKodu/1525a3ca8ccc58cfd65ede65cd5b5492 to your computer and use it in GitHub Desktop.
/////////////////////////////////////////////////////////
CGame::CGame() // Konstruktor klasy.
{
}
/////////////////////////////////////////////////////////
CGame::~CGame() // Destruktor klasy.
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment