/* * TextureLoader.h * * Created on: 15 nov. 2020 * Author: simon */ #ifndef RENDER_LOADER_TEXTURELOADER_H_ #define RENDER_LOADER_TEXTURELOADER_H_ #include "render/loader/GLLoader.h" #include namespace TextureLoader { GL::Texture LoadTexture(const std::string& fileName); } #endif /* RENDER_LOADER_TEXTURELOADER_H_ */