Add support for Valve search paths to GetFileSize native (bug 5931, r=asherkin).
This commit is contained in:
@@ -138,6 +138,10 @@ public:
|
||||
{
|
||||
return filesystem->FileExists(pFileName, pPathID);
|
||||
}
|
||||
unsigned int Size(const char *pFileName, const char *pPathID = 0)
|
||||
{
|
||||
return filesystem->Size(pFileName, pPathID);
|
||||
}
|
||||
};
|
||||
|
||||
static VFileSystem_Logic logic_filesystem;
|
||||
|
||||
Reference in New Issue
Block a user