Created
January 28, 2017 16:28
-
-
Save PoetaKodu/1525a3ca8ccc58cfd65ede65cd5b5492 to your computer and use it in GitHub Desktop.
This file contains 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
///////////////////////////////////////////////////////// | |
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