aboutsummaryrefslogtreecommitdiff
path: root/src/glfww.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glfww.h')
-rw-r--r--src/glfww.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/glfww.h b/src/glfww.h
index 7510723..2017a8b 100644
--- a/src/glfww.h
+++ b/src/glfww.h
@@ -17,9 +17,7 @@
glBegin(GL_POINTS);\
glfw_pixel_partial(wi,x,y);\
glEnd();
-GLuint vshader_comp(const char*);
-GLuint fshader_comp(const char*);
-GLuint build_shader(GLuint, GLuint);
+
GLFWwindow* glfw_init();
void glfw_loop(GLFWwindow*);
int get_h();