aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/pregob/pregob.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/pregob/pregob.h')
-rw-r--r--engines/gob/pregob/pregob.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/pregob/pregob.h b/engines/gob/pregob/pregob.h
index 686727b08b..da0de60dd8 100644
--- a/engines/gob/pregob/pregob.h
+++ b/engines/gob/pregob/pregob.h
@@ -142,6 +142,9 @@ protected:
/** Play a sound until it ends or is interrupted by a keypress. */
void playSoundFile(const Common::String &file, int16 frequency = 0, int16 repCount = 0, bool interruptible = true);
+ /** Beep the PC speaker. */
+ void beep(int16 frequency, int32 length);
+
// -- Input --