#ifndef _SHADER_H_ #define _SHADER_H_ #include #include #include bool shader_program_create(const char *path, GLuint *idptr); #endif