added destructors to shapes

This commit is contained in:
Lauchmelder 2021-12-24 16:22:16 +01:00
parent a15d754c2d
commit 38a49c504a
6 changed files with 29 additions and 3 deletions

View file

@ -35,6 +35,7 @@ private:
public:
void Init(int width, int height, const std::string& title);
void Quit();
void Launch();
private: