aboutsummaryrefslogtreecommitdiff
path: root/wince
diff options
context:
space:
mode:
authorJames Brown2002-03-16 05:33:25 +0000
committerJames Brown2002-03-16 05:33:25 +0000
commit3308d6b9dac03cc16e2e18212809fa2f45010f5f (patch)
tree49bf5b9a5bc014f2d0dabae19b6b48549bf9fdd2 /wince
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 'wince')
-rw-r--r--wince/pocketpc.cpp10
1 files changed, 8 insertions, 2 deletions
diff --git a/wince/pocketpc.cpp b/wince/pocketpc.cpp
index 583d0a8181..7defdd1827 100644
--- a/wince/pocketpc.cpp
+++ b/wince/pocketpc.cpp
@@ -33,6 +33,7 @@
#include "commctrl.h"
#include <Winuser.h>
+
#include <Winnls.h>
#include <sipapi.h>
#include <Aygshell.h>
@@ -45,6 +46,7 @@
#include "SDL_timer.h"
#include "SDL_thread.h"
+
#define VERSION "(VM " SCUMMVM_CVS ")"
#define SHMenuBar_GetMenu(hWndMB,ID_MENU) (HMENU)SendMessage((hWndMB), SHCMBM_GETSUBMENU, (WPARAM)0, (LPARAM)ID_MENU)
@@ -1020,7 +1022,11 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLin
void setShakePos(Scumm *s, int shake_pos) {}
// TODO : switch to MP3 support
void cd_playtrack(int track, int offset, int delay) {}
-// Never happening on Pocket version
-void launcherLoop() {}
+// Never happening on Pocket version
+void launcherLoop() {;}
+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;} \ No newline at end of file