#ifndef LOAD_TEXTURE_H_ #define LOAD_TEXTURE_H_ #include namespace Texture { GLuint LoadTexture(const char* filePath); } #endif // LOAD_TEXTURE_H_