aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/fs.h
diff options
context:
space:
mode:
authorNeeraj Kumar2010-06-25 20:26:54 +0000
committerNeeraj Kumar2010-06-25 20:26:54 +0000
commit6e27ad3b2bdafce93a5743bdacb932b711bd7ef2 (patch)
tree910e48f9fb3327fdc74ed40460f0725a3dadbcc8 /engines/testbed/fs.h
parentbc3a7ba915221b130bfb6390c1dedf86dac81c95 (diff)
downloadscummvm-rg350-6e27ad3b2bdafce93a5743bdacb932b711bd7ef2.tar.gz
scummvm-rg350-6e27ad3b2bdafce93a5743bdacb932b711bd7ef2.tar.bz2
scummvm-rg350-6e27ad3b2bdafce93a5743bdacb932b711bd7ef2.zip
some more refinements to FS and GFX tests
svn-id: r50286
Diffstat (limited to 'engines/testbed/fs.h')
-rw-r--r--engines/testbed/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/testbed/fs.h b/engines/testbed/fs.h
index c7180390dd..f9b834d04d 100644
--- a/engines/testbed/fs.h
+++ b/engines/testbed/fs.h
@@ -12,7 +12,7 @@ namespace FStests {
// from commandline
// Helper functions for FS tests
-bool readDataFromFile(Common::FSNode &directory, const char *file);
+bool readDataFromFile(Common::FSDirectory *directory, const char *file);
// will contain function declarations for FS tests
bool testReadFile();