aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/cdrom.h
diff options
context:
space:
mode:
authorSven Hesse2006-11-27 14:19:30 +0000
committerSven Hesse2006-11-27 14:19:30 +0000
commit9afb08341c89d20f54de4b6c9efec69ab60fc79d (patch)
tree4a4ec7a00af1ff2cd88e0b328d69f2b5ec40cb49 /engines/gob/cdrom.h
parentb2fb23a134d7f6486bef0922159fa747411d9f14 (diff)
downloadscummvm-rg350-9afb08341c89d20f54de4b6c9efec69ab60fc79d.tar.gz
scummvm-rg350-9afb08341c89d20f54de4b6c9efec69ab60fc79d.tar.bz2
scummvm-rg350-9afb08341c89d20f54de4b6c9efec69ab60fc79d.zip
- Properly implemented o2_getCDTrackPos()
- Each save has now its own file (.s??). They also should be endian-safe now (Can be disabled for testing by uncommenting #define GOB_ORIGSAVES in gob.cpp) - General endianness-fixes svn-id: r24794
Diffstat (limited to 'engines/gob/cdrom.h')
-rw-r--r--engines/gob/cdrom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/cdrom.h b/engines/gob/cdrom.h
index 582a4a553a..af178208f8 100644
--- a/engines/gob/cdrom.h
+++ b/engines/gob/cdrom.h
@@ -35,6 +35,7 @@ public:
void playMultMusic();
void play(uint32 from, uint32 to);
int32 getTrackPos(void);
+ const char *getCurTrack(void);
void stopPlaying(void);
void stop(void);
void testCD(int trySubst, const char *label);