added destructors to shapes
This commit is contained in:
parent
a15d754c2d
commit
38a49c504a
6 changed files with 29 additions and 3 deletions
|
@ -35,6 +35,7 @@ private:
|
|||
|
||||
public:
|
||||
void Init(int width, int height, const std::string& title);
|
||||
void Quit();
|
||||
void Launch();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue