--
[ Picked text/plain from multipart/alternative ]
Hello, After updating the SDK with the files from ftp.valvesoftware.com to
update my plugin code, I have hit a dilemma, where two of the files don't
match

filesystem_passthru.h:

has a function

virtual bool            UnzipFile( const char *pFileName, const char *pPath,
const char *pDestination )        {  return
m_pBaseFileSystemPassThru->UnzipFile( pFileName, pPath, pDestination ); }

yet the filesystem.h file does not have this function in the IBaseFileSystem
class,

these two headers were from the valvesoftware ftp

Can anyone locate the correct headers for me ?

thanks!
--

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to