#ifndef __SHADER__ #define __SHADER__ unsigned int shaderCreateProgram(const char *vertexShaderPath, const char *fragmentShaderPath); #endif