aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/files.h')
-rw-r--r--engines/xeen/files.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/xeen/files.h b/engines/xeen/files.h
index a8343c1653..f350e34166 100644
--- a/engines/xeen/files.h
+++ b/engines/xeen/files.h
@@ -33,6 +33,7 @@
namespace Xeen {
class XeenEngine;
+class CCArchive;
#define SYNC_AS(SUFFIX,STREAM,TYPE,SIZE) \
template<typename T> \
@@ -53,6 +54,7 @@ class XeenEngine;
class FileManager {
public:
bool _isDarkCc;
+ CCArchive *_sideArchives[2];
public:
FileManager(XeenEngine *vm);