mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 03:56:20 +00:00
COMMON: Add comments on usage
This commit is contained in:
parent
907252ecbd
commit
654f7fd8d0
@ -50,7 +50,10 @@ class SeekableReadStream;
|
||||
* This factory method creates an Archive instance corresponding to the content
|
||||
* of the StuffIt compressed file with the given name.
|
||||
*
|
||||
* May return 0 in case of a failure.
|
||||
* @param fileName The file name to load
|
||||
* @param flattenTree If true, removes the directory prefixes from all file paths
|
||||
*
|
||||
* @return The StuffIt archive
|
||||
*/
|
||||
Archive *createStuffItArchive(const String &fileName, bool flattenTree = false);
|
||||
Archive *createStuffItArchive(SeekableReadStream *stream, bool flattenTree = false);
|
||||
|
Loading…
Reference in New Issue
Block a user