aboutsummaryrefslogtreecommitdiff
path: root/common/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/file.h')
-rw-r--r--common/file.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/file.h b/common/file.h
index c18776a377..19b1d45144 100644
--- a/common/file.h
+++ b/common/file.h
@@ -30,6 +30,9 @@
#include "common/scummsys.h"
#include "common/str.h"
#include "common/stream.h"
+#include "common/fs.h"
+#include "backends/file/base-file.h"
+//#include "backends/factories/fs-factory-maker.h"
class FilesystemNode;
@@ -38,7 +41,7 @@ namespace Common {
class File : public SeekableReadStream, public WriteStream {
protected:
/** File handle to the actual file; 0 if no file is open. */
- //BaseFile *_test;
+ BaseFile *_test;
/** File handle to the actual file; 0 if no file is open. */
void *_handle;