#ifndef SHADER_H #define SHADER_H int LoadShaders(GLuint *, const char *, const char *); #endif