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
|
||||
{
|
||||
public:
|
||||
void * loadFile(const std::string & fullPath,
|
||||
const std::string & shortPath,
|
||||
int & size);
|
||||
virtual void * loadFile(
|
||||
const std::string & fullPath,
|
||||
const std::string & shortPath,
|
||||
int & size) = 0;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user