aboutsummaryrefslogtreecommitdiff
path: root/x11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'x11.cpp')
-rw-r--r--x11.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11.cpp b/x11.cpp
index c07aed84a0..c7dd71c723 100644
--- a/x11.cpp
+++ b/x11.cpp
@@ -186,7 +186,8 @@ static void create_empty_cursor(Display *display,
}
/* No CD on the iPAQ => stub functions */
-void cd_play(int track, int num_loops, int start_frame, int end_frame) {
+void cd_play(Scumm *s, int track, int num_loops, int start_frame, int end_frame) {
+/* Insert SDL.cpp MP3 code here :) */
}
int cd_is_running(void) {
return 1;