[HL25] Add new method in filesystem interface
This commit is contained in:
parent
53e411ae9d
commit
fd8a11b01b
1 changed files with 6 additions and 0 deletions
|
@ -178,6 +178,12 @@ public:
|
|||
virtual FileHandle_t OpenFromCacheForRead( const char *pFileName, const char *pOptions, const char *pathID = 0L ) = 0;
|
||||
|
||||
virtual void AddSearchPathNoWrite( const char *pPath, const char *pathID ) = 0;
|
||||
|
||||
//
|
||||
// ABOVE: Pre-25th anniversary interface
|
||||
//
|
||||
|
||||
virtual long GetFileModificationTime(const char* pFileName) = 0;
|
||||
};
|
||||
|
||||
// Steam3/Src compat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue