changed to use FileLoader::Path argument
git-svn-id: svn://anubis/misc/TextureLoader@179 bd8a9e45-a331-0410-811e-c64571078777
This commit is contained in:
parent
cef6439579
commit
032607b812
@ -9,9 +9,8 @@
|
|||||||
class TextureLoader
|
class TextureLoader
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual GLuint loadTexture(
|
virtual GLuint load(
|
||||||
const std::string & fullPath,
|
const FileLoader::Path & path,
|
||||||
const std::string & shortPath,
|
|
||||||
FileLoader & fileLoader) = 0;
|
FileLoader & fileLoader) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user