add deinit

This commit is contained in:
2018-12-11 02:05:20 -05:00
parent aad1854d7e
commit 670634734f
3 changed files with 11 additions and 0 deletions

View File

@@ -47,6 +47,8 @@ protected:
virtual void display() {}
virtual void deinit() {}
public:
GLFWwindow *getWindow();