aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/fs.h
diff options
context:
space:
mode:
authorMax Horn2004-12-18 02:33:37 +0000
committerMax Horn2004-12-18 02:33:37 +0000
commit0894f8380436a7ae5bd3b55c1d58e576fb4fd597 (patch)
tree4d2f24538fa6adab5415704460993620e6d84555 /backends/fs/fs.h
parent06315c1ce1cc8fbf2d05637603d27f6dbc6c0cf2 (diff)
downloadscummvm-rg350-0894f8380436a7ae5bd3b55c1d58e576fb4fd597.tar.gz
scummvm-rg350-0894f8380436a7ae5bd3b55c1d58e576fb4fd597.tar.bz2
scummvm-rg350-0894f8380436a7ae5bd3b55c1d58e576fb4fd597.zip
Ensure that the file list in the browser is always sorted
svn-id: r16108
Diffstat (limited to 'backends/fs/fs.h')
-rw-r--r--backends/fs/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/fs/fs.h b/backends/fs/fs.h
index 493e7d0c37..5fe5b99996 100644
--- a/backends/fs/fs.h
+++ b/backends/fs/fs.h
@@ -61,6 +61,7 @@ class FilesystemNode;
* List of multiple file system nodes. E.g. the contents of a given directory.
*/
class FSList : public Common::Array<FilesystemNode> {
+ void sort();
};