#ifndef WINDOW_H #define WINDOW_H #include "../General/GlobalHeaders.h" #include #include "../../src/ThirdParty/glfw/include/GLFW/glfw3.h" class Window { public: GLFWwindow* makeWindow(); }; #endif