aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/callables.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/callables.cpp')
-rw-r--r--engines/parallaction/callables.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/parallaction/callables.cpp b/engines/parallaction/callables.cpp
index 340ee08951..ddb81ba4c1 100644
--- a/engines/parallaction/callables.cpp
+++ b/engines/parallaction/callables.cpp
@@ -450,4 +450,16 @@ void _c_testResult(void *parm) {
return;
}
+void _c_offSound(void*) {
+ // TODO: to be implemented
+}
+
+void _c_startMusic(void*) {
+ // TODO: to be implemented
+}
+
+void _c_closeMusic(void*) {
+ // TODO: to be implemented
+}
+
} // namespace Parallaction