aboutsummaryrefslogtreecommitdiff
path: root/mac
diff options
context:
space:
mode:
authorJames Brown2002-03-16 05:33:25 +0000
committerJames Brown2002-03-16 05:33:25 +0000
commit3308d6b9dac03cc16e2e18212809fa2f45010f5f (patch)
tree49bf5b9a5bc014f2d0dabae19b6b48549bf9fdd2 /mac
parent829bad142c2757a7025c292055bd769dd87f2995 (diff)
downloadscummvm-rg350-3308d6b9dac03cc16e2e18212809fa2f45010f5f.tar.gz
scummvm-rg350-3308d6b9dac03cc16e2e18212809fa2f45010f5f.tar.bz2
scummvm-rg350-3308d6b9dac03cc16e2e18212809fa2f45010f5f.zip
Lots of stuff - GUI fixes. More launcher work... and CD music working in MI1. Thanks to frob and realmz for their work on that.
svn-id: r3762
Diffstat (limited to 'mac')
-rw-r--r--mac/mac.cpp10
1 files changed, 8 insertions, 2 deletions
diff --git a/mac/mac.cpp b/mac/mac.cpp
index 7d32c4c21a..55c865a47d 100644
--- a/mac/mac.cpp
+++ b/mac/mac.cpp
@@ -866,8 +866,14 @@ void Preferences()
osError = RunAppModalLoopForWindow(prefsWin);
}
-void cd_playtrack(int track, int offset, int delay) {
- /* No CD Playback in the Mac-Version right now */
+/* FIXME: CD Music Stubs */
+void cd_playtrack(int track, int offset, int delay) {;}
+void cd_play(int track, int num_loops, int start_frame) {;}
+void cd_stop() {;}
+int cd_is_running() {return 0;}
+
+void launcherLoop() {
+ /* No launcher on mac yet => stub function */
}
void BoxTest(int num) {