aboutsummaryrefslogtreecommitdiff
path: root/src/glfww.h
diff options
context:
space:
mode:
authoramy <[email protected]>2023-04-18 13:13:00 +0000
committeramy <[email protected]>2023-04-18 13:13:00 +0000
commit11564889bbdde63d445227df4f2dd4e77ae9f9fb (patch)
tree260f29d888d6d8cf5ef96209ec6b8ca9c7308257 /src/glfww.h
parente7331cb0c98260c3bb979e4b58aed4a043e6299f (diff)
shaders wip
Diffstat (limited to 'src/glfww.h')
-rw-r--r--src/glfww.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glfww.h b/src/glfww.h
index f5e127a..de8f6d9 100644
--- a/src/glfww.h
+++ b/src/glfww.h
@@ -1,4 +1,5 @@
#include <stdio.h>
+#include <GL/glew.h>
#include <GLFW/glfw3.h>
#include <GL/gl.h>
#include "util.h"