aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.h
diff options
context:
space:
mode:
authorWalter van Niftrik2009-08-30 01:37:27 +0000
committerWalter van Niftrik2009-08-30 01:37:27 +0000
commitfff023794f1f177fd4634d0153a6208a5bb2d8f4 (patch)
treea308e65f23bdfed5474fda6ae07e8d45d7251705 /engines/sci/resource.h
parent212965f978ac8f782dad1bdc02f60477a1d60894 (diff)
downloadscummvm-rg350-fff023794f1f177fd4634d0153a6208a5bb2d8f4.tar.gz
scummvm-rg350-fff023794f1f177fd4634d0153a6208a5bb2d8f4.tar.bz2
scummvm-rg350-fff023794f1f177fd4634d0153a6208a5bb2d8f4.zip
SCI: Cleanup
svn-id: r43811
Diffstat (limited to 'engines/sci/resource.h')
-rw-r--r--engines/sci/resource.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/engines/sci/resource.h b/engines/sci/resource.h
index 6e200e55b5..d7aa5d954b 100644
--- a/engines/sci/resource.h
+++ b/engines/sci/resource.h
@@ -37,6 +37,7 @@
#include "gfx/gfx_resource.h" // for ViewType
#include "sci/decompressor.h"
+#include "sci/sci.h"
namespace Common {
class ReadStream;
@@ -47,22 +48,6 @@ namespace Sci {
/** The maximum allowed size for a compressed or decompressed resource */
#define SCI_MAX_RESOURCE_SIZE 0x0400000
-/** SCI versions */
-enum SciVersion {
- SCI_VERSION_AUTODETECT,
- SCI_VERSION_0_EARLY, // Early KQ4, 1988 xmas card
- SCI_VERSION_0_LATE, // KQ4, LSL2, LSL3, SQ3 etc
- SCI_VERSION_01, // KQ1 and multilingual games (S.old.*)
- SCI_VERSION_1_EGA, // EGA with parser, QFG2
- SCI_VERSION_1_EARLY, // KQ5. (EGA/VGA)
- SCI_VERSION_1_MIDDLE, // LSL1, JONESCD. (EGA?/VGA)
- SCI_VERSION_1_LATE, // ECO1, LSL5. (EGA/VGA)
- SCI_VERSION_1_1, // KQ6, ECO2
- SCI_VERSION_2, // GK1, PQ4 (Floppy), QFG4 (Floppy)
- SCI_VERSION_2_1, // GK2, KQ7, SQ6, Torin
- SCI_VERSION_3 // LSL7, RAMA, Lighthouse
-};
-
/** Resource status types */
enum ResourceStatus {
kResStatusNoMalloc = 0,