aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PocketSCUMM/pocketpc.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/PocketSCUMM/pocketpc.cpp b/PocketSCUMM/pocketpc.cpp
index c7a827bb69..a152393c8c 100644
--- a/PocketSCUMM/pocketpc.cpp
+++ b/PocketSCUMM/pocketpc.cpp
@@ -263,3 +263,12 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLin
return 0;
}
+
+bool isSfxFinished()
+{
+ return true;
+}
+
+void playSfxSound(void *sound, uint32 size, uint rate)
+{
+}