[Scummvm-cvs-logs] CVS: scummvm/backends/fs fs.h,1.1,1.2

Max Horn fingolfin at users.sourceforge.net
Thu Nov 14 05:53:01 CET 2002


Update of /cvsroot/scummvm/scummvm/backends/fs
In directory usw-pr-cvs1:/tmp/cvs-serv22114/backends/fs

Modified Files:
	fs.h 
Log Message:
added TODO

Index: fs.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/fs/fs.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fs.h	13 Nov 2002 17:16:18 -0000	1.1
+++ fs.h	14 Nov 2002 13:51:59 -0000	1.2
@@ -48,7 +48,12 @@
  * And if we ever want to support devices with no FS in the classical sense (Palm...),
  * we can build upon this.
  */
-
+ 
+/* 
+ * TODO - Instead of starting with getRoot(), we should rather add a getDefaultDir()
+ * call that on Unix might return the current dir or the users home dir...
+ * i.e. the root dir is usually not the best starting point for browsing.
+ */
 
 #include "common/list.h"
 #include "common/str.h"





More information about the Scummvm-git-logs mailing list