#ifndef LOAD_SHADERS_H #define LOAD_SHADERS_H #include #include #include GLuint loadShaders(const char *vertex_file_path, const char *fragment_file_path); #endif