work on window module
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#include "Archimedes.h"
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
class Window {
|
||||
|
||||
public:
|
||||
|
||||
Window();
|
||||
~Window();
|
||||
|
||||
|
||||
private:
|
||||
GLFWwindow* w;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user