aboutsummaryrefslogtreecommitdiff
path: root/sky/disk.h
diff options
context:
space:
mode:
Diffstat (limited to 'sky/disk.h')
-rw-r--r--sky/disk.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sky/disk.h b/sky/disk.h
index 9b8d1b4fe8..3b4b16ed2b 100644
--- a/sky/disk.h
+++ b/sky/disk.h
@@ -25,6 +25,7 @@
#include "stdafx.h"
#include "common/scummsys.h"
#include "common/str.h"
+#include "sky/rnc_deco.h"
class File;
@@ -74,7 +75,8 @@ protected:
uint8 *_dinnerTableArea;
File *_dataDiskHandle;
File *_dnrHandle;
-
+ RncDecoder _rncDecoder;
+
uint16 _buildList[MAX_FILES_IN_LIST];
uint32 _loadedFilesList[MAX_FILES_IN_LIST];
};