]> git.lizzy.rs Git - dragonblocks_alpha.git/blob - src/client/shader.h
Client: unify error handling
[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 GLuint shader_program_create(const char *path, const char *def);
9
10 #endif // _SHADER_H_