aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/fs.h
diff options
context:
space:
mode:
authorNeeraj Kumar2010-10-02 01:05:16 +0000
committerNeeraj Kumar2010-10-02 01:05:16 +0000
commita16832760bfd1916ad60938e177a5ca6b920d781 (patch)
treebe8dd3757cc98ce6596e0a37a6a6e42168102950 /engines/testbed/fs.h
parentf94752f7528c406d68353dc75cad4047c4af86a2 (diff)
parent81a646c9bd32662f2a72fc0b3db32105857b9416 (diff)
downloadscummvm-rg350-a16832760bfd1916ad60938e177a5ca6b920d781.tar.gz
scummvm-rg350-a16832760bfd1916ad60938e177a5ca6b920d781.tar.bz2
scummvm-rg350-a16832760bfd1916ad60938e177a5ca6b920d781.zip
1. Added ConfigParams Singelton class to eliminate use of configuration specific static variables.
2. Modified code to handle the change 3. Updated the previously merged obsolete copy of branch gsoc2010-testbed. svn-id: r52973
Diffstat (limited to 'engines/testbed/fs.h')
-rw-r--r--engines/testbed/fs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/testbed/fs.h b/engines/testbed/fs.h
index a5e79c10ce..c51d898c9d 100644
--- a/engines/testbed/fs.h
+++ b/engines/testbed/fs.h
@@ -41,9 +41,9 @@ namespace FStests {
bool readDataFromFile(Common::FSDirectory *directory, const char *file);
// will contain function declarations for FS tests
-bool testReadFile();
-bool testWriteFile();
-bool testOpeningSaveFile();
+TestExitStatus testReadFile();
+TestExitStatus testWriteFile();
+TestExitStatus testOpeningSaveFile();
// add more here
} // End of namespace FStests