aboutsummaryrefslogtreecommitdiff
path: root/queen/resource.h
diff options
context:
space:
mode:
authorJoost Peters2003-10-30 23:20:47 +0000
committerJoost Peters2003-10-30 23:20:47 +0000
commit295e9c6ff9073801a26511a503a5527b7525ba43 (patch)
treeb0d588b433a3f60605bc43ea926c64935cc44302 /queen/resource.h
parent4c7b847950ae7302adf8d07e97dcd4627a92d337 (diff)
downloadscummvm-rg350-295e9c6ff9073801a26511a503a5527b7525ba43.tar.gz
scummvm-rg350-295e9c6ff9073801a26511a503a5527b7525ba43.tar.bz2
scummvm-rg350-295e9c6ff9073801a26511a503a5527b7525ba43.zip
add support for spanish cd version
svn-id: r11013
Diffstat (limited to 'queen/resource.h')
-rw-r--r--queen/resource.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/queen/resource.h b/queen/resource.h
index 7681288469..611c7c63f4 100644
--- a/queen/resource.h
+++ b/queen/resource.h
@@ -27,7 +27,7 @@
namespace Queen {
-enum {
+enum Version {
VER_ENG_FLOPPY = 0,
VER_ENG_TALKIE = 1,
VER_FRE_FLOPPY = 2,
@@ -36,8 +36,11 @@ enum {
VER_GER_TALKIE = 5,
VER_ITA_FLOPPY = 6,
VER_ITA_TALKIE = 7,
- VER_DEMO_PCGAMES = 8,
- VER_DEMO = 9
+ VER_SPA_TALKIE = 8,
+ VER_DEMO_PCGAMES = 9,
+ VER_DEMO = 10,
+
+ VER_NUMBER = 11
};
struct ResourceEntry {
@@ -52,6 +55,7 @@ struct GameVersion {
bool isFloppy;
bool isDemo;
uint32 tableOffset;
+ uint32 dataFileSize;
};