aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/touche/console.h')
-rw-r--r--engines/touche/console.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/touche/console.h b/engines/touche/console.h
index e3cdc9d48b..43a303ad77 100644
--- a/engines/touche/console.h
+++ b/engines/touche/console.h
@@ -36,6 +36,9 @@ public:
private:
ToucheEngine *_vm;
+
+ bool Cmd_StartMusic(int argc, const char **argv);
+ bool Cmd_StopMusic(int argc, const char **argv);
};
} // End of namespace Touche