remove static loadFile()
This commit is contained in:
parent
96e4a66c2c
commit
7b497c73c5
@ -98,11 +98,6 @@ static vector<string> split(const string & str, char delim)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
static const unsigned char *loadFile(const char *fname, unsigned int *size)
|
|
||||||
{
|
|
||||||
return g_engine->loadFile(fname, size);
|
|
||||||
}
|
|
||||||
|
|
||||||
static bool loadWFObjFile(const char *fname, WFObj::Buffer & buff)
|
static bool loadWFObjFile(const char *fname, WFObj::Buffer & buff)
|
||||||
{
|
{
|
||||||
return g_engine->loadWFObjFile(fname, buff);
|
return g_engine->loadWFObjFile(fname, buff);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user