]> git.lizzy.rs Git - dragonblocks_alpha.git/blobdiff - src/client/shader.h
refactoring
[dragonblocks_alpha.git] / src / client / shader.h
index cfc1abb70722b6e3f28b9962b791452ba2ff36bf..eb62941f565eb90ca8283e1970d6866563e8cf35 100644 (file)
@@ -1,10 +1,10 @@
 #ifndef _SHADER_H_
 #define _SHADER_H_
 
-#include <stdbool.h>
 #include <GL/glew.h>
 #include <GL/gl.h>
+#include <stdbool.h>
 
 bool shader_program_create(const char *path, GLuint *idptr, const char *definitions);
 
-#endif
+#endif // _SHADER_H_