aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/neverhood/console.h')
-rw-r--r--engines/neverhood/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/neverhood/console.h b/engines/neverhood/console.h
index 40c11b50e3..62d65bd693 100644
--- a/engines/neverhood/console.h
+++ b/engines/neverhood/console.h
@@ -41,6 +41,7 @@ private:
bool Cmd_Surfaces(int argc, const char **argv);
bool Cmd_Cheat(int argc, const char **argv);
bool Cmd_Dumpvars(int argc, const char **argv);
+ bool Cmd_PlaySound(int argc, const char **argv);
};
} // End of namespace Neverhood