aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/fs.h
diff options
context:
space:
mode:
authorNeeraj Kumar2010-06-17 20:24:01 +0000
committerNeeraj Kumar2010-06-17 20:24:01 +0000
commitfb210bd45fc5f02038f3c5602d9ba602fd60b1a0 (patch)
treea36f10e09f22a210a3d8678fc94b0611ce3b3da6 /engines/testbed/fs.h
parentf3dcd38c74c835b0046a849cefa7dafcf1844ccd (diff)
downloadscummvm-rg350-fb210bd45fc5f02038f3c5602d9ba602fd60b1a0.tar.gz
scummvm-rg350-fb210bd45fc5f02038f3c5602d9ba602fd60b1a0.tar.bz2
scummvm-rg350-fb210bd45fc5f02038f3c5602d9ba602fd60b1a0.zip
added a FS test to open and read a file from the game-data dir
svn-id: r49948
Diffstat (limited to 'engines/testbed/fs.h')
-rw-r--r--engines/testbed/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/testbed/fs.h b/engines/testbed/fs.h
index f602d984e5..f1a3e8a37d 100644
--- a/engines/testbed/fs.h
+++ b/engines/testbed/fs.h
@@ -10,6 +10,7 @@ namespace FStests {
// Helper functions for FS tests
// will contain function declarations for FS tests
+bool testOpenFile();
// add more here
}