#ifndef __LOADTEXTURE_H__ #define __LOADTEXTURE_H__ #include "platform_utils.h" #include #include #include "GL/glew.h" #include "GL/gl.h" GLuint LoadTexture(const std::string& fname); GLuint LoadSkybox(const std::vector& faces); #endif