From 01cb15b9b272301d5d135c66caa9ee02d1f62b08 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 21 Nov 2004 13:18:07 +0000 Subject: Since we do ref counting on the nodes now, we can re-use the root nodes now svn-id: r15851 --- backends/fs/fs.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'backends/fs/fs.h') diff --git a/backends/fs/fs.h b/backends/fs/fs.h index bc72cccc79..438e8d6583 100644 --- a/backends/fs/fs.h +++ b/backends/fs/fs.h @@ -139,6 +139,17 @@ public: { return scumm_stricmp(displayName().c_str(), node.displayName().c_str()) < 0; } + + + /* TODO: + bool exists(); + + bool isDirectory(); + bool isFile(); + + bool isReadable(); + bool isWriteable(); + */ }; class FilesystemNode : public AbstractFilesystemNode { -- cgit v1.2.3