From ea29e41b86dd6efad5b044220505ded798b2503e Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 31 Jul 2010 13:02:58 +0000 Subject: SWORD25: Reimplemented package manager for ScummVM using Common::Archive svn-id: r53194 --- engines/sword25/package/packagemanager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/sword25/package/packagemanager.h') diff --git a/engines/sword25/package/packagemanager.h b/engines/sword25/package/packagemanager.h index cb54f3240b..1d6c71074f 100644 --- a/engines/sword25/package/packagemanager.h +++ b/engines/sword25/package/packagemanager.h @@ -118,14 +118,14 @@ public: * @param FileName The filename of the package to mount * @param MountPosition The directory name under which the package should be mounted * @return Returns true if the mount was successful, otherwise false. - */ + */ virtual bool LoadPackage(const Common::String &FileName, const Common::String &MountPosition) = 0; /** * Mounts the contents of a directory in the specified directory in the virtual directory tree. * @param The name of the directory to mount * @param MountPosition The directory name under which the package should be mounted * @return Returns true if the mount was successful, otherwise false. - */ + */ virtual bool LoadDirectoryAsPackage(const Common::String &DirectoryName, const Common::String &MountPosition) = 0; /** * Downloads a file from the virtual directory tree @@ -190,7 +190,7 @@ public: * Determines whether a file exists * @param FileName The filename * @return Returns true if the file exists, otherwise false. - */ + */ virtual bool FileExists(const Common::String & FileName) = 0; private: -- cgit v1.2.3