made loadFile a pure virtual function
git-svn-id: svn://anubis/misc/FileLoader@174 bd8a9e45-a331-0410-811e-c64571078777
This commit is contained in:
parent
273e24de68
commit
9a6b50c859
@ -7,9 +7,10 @@
|
|||||||
class FileLoader
|
class FileLoader
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
void * loadFile(const std::string & fullPath,
|
virtual void * loadFile(
|
||||||
|
const std::string & fullPath,
|
||||||
const std::string & shortPath,
|
const std::string & shortPath,
|
||||||
int & size);
|
int & size) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user