This commit is contained in:
Benjamin Palko 2024-10-06 21:14:31 -04:00
parent a20016d5e9
commit 7be0ef8692

View file

@ -1,5 +1,4 @@
#include "program.hpp" #include "program.hpp"
#include <GLFW/glfw3.h>
Program::Program(GLFWwindow *window, class ShaderSystem shaderSystem) { Program::Program(GLFWwindow *window, class ShaderSystem shaderSystem) {
this->window = window; this->window = window;