diff --git a/TextureLoader.h b/TextureLoader.h index 9129760..53ad73b 100644 --- a/TextureLoader.h +++ b/TextureLoader.h @@ -9,9 +9,8 @@ class TextureLoader { public: - virtual GLuint loadTexture( - const std::string & fullPath, - const std::string & shortPath, + virtual GLuint load( + const FileLoader::Path & path, FileLoader & fileLoader) = 0; };