[HL25] Add new method in filesystem interface

This commit is contained in:
Joël Troch 2024-08-28 11:04:01 +02:00
parent 53e411ae9d
commit fd8a11b01b

View file

@ -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