aboutsummaryrefslogtreecommitdiff
path: root/queen/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/resource.h')
-rw-r--r--queen/resource.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/queen/resource.h b/queen/resource.h
index 920b2405e9..7e45a75453 100644
--- a/queen/resource.h
+++ b/queen/resource.h
@@ -68,7 +68,7 @@ public:
bool fileExists(const char *filename) const { return resourceEntry(filename) != NULL; }
//! returns a reference to a sound file
- File *giveCompressedSound(const char *filename, uint32 *size);
+ Common::File *giveCompressedSound(const char *filename, uint32 *size);
bool isDemo() const { return !strcmp(_versionString, "PE100"); }
bool isInterview() const { return !strcmp(_versionString, "PEint"); }
@@ -114,7 +114,7 @@ public:
protected:
- File *_resourceFile;
+ Common::File *_resourceFile;
//! compression type for audio files
uint8 _compression;
@@ -146,7 +146,7 @@ protected:
void readTableCompResource();
//! read the resource table from the specified file
- void readTableEntries(File *file);
+ void readTableEntries(Common::File *file);
//! detect game version based on queen.1 datafile size
const GameVersion *detectGameVersion(uint32 size) const;