test window module
This commit is contained in:
@@ -9,7 +9,9 @@ class Window {
|
||||
Window();
|
||||
~Window();
|
||||
|
||||
bool close();
|
||||
bool shouldClose();
|
||||
|
||||
void doFrame();
|
||||
|
||||
private:
|
||||
GLFWwindow* w;
|
||||
|
||||
Reference in New Issue
Block a user