]> git.lizzy.rs Git - dragonblocks_alpha.git/blob - src/client/shader.h
490a7fc8e8b8f47dff1ea0a97f37b523e31498da
[dragonblocks_alpha.git] / src / client / shader.h
1 #ifndef _SHADER_H_
2 #define _SHADER_H_
3
4 #include <GL/glew.h>
5 #include <GL/gl.h>
6 #include <stdbool.h>
7
8 bool shader_program_create(const char *path, GLuint *idptr, const char *def);
9
10 #endif // _SHADER_H_