aboutsummaryrefslogtreecommitdiff
path: root/sky/disk.h
diff options
context:
space:
mode:
Diffstat (limited to 'sky/disk.h')
-rw-r--r--sky/disk.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sky/disk.h b/sky/disk.h
index 448e954ccf..65f77da347 100644
--- a/sky/disk.h
+++ b/sky/disk.h
@@ -39,10 +39,10 @@ struct PrefFile {
PrefFile *next;
};
-class SkyDisk {
+class Disk {
public:
- SkyDisk(const Common::String &gameDataPath);
- ~SkyDisk(void);
+ Disk(const Common::String &gameDataPath);
+ ~Disk(void);
uint8 *loadFile(uint16 fileNr, uint8 *dest);
bool fileExists(uint16 fileNr);