aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/adl.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/adl.h')
-rw-r--r--engines/adl/adl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/adl/adl.h b/engines/adl/adl.h
index 543c190793..3f26636234 100644
--- a/engines/adl/adl.h
+++ b/engines/adl/adl.h
@@ -231,6 +231,7 @@ public:
virtual ~AdlEngine();
bool pollEvent(Common::Event &event) const;
+ void bell(uint count = 1) const;
protected:
AdlEngine(OSystem *syst, const AdlGameDescription *gd);
@@ -312,7 +313,6 @@ protected:
void drawPic(byte pic, Common::Point pos = Common::Point()) const;
// Sound
- void bell(uint count = 1) const;
bool playTones(const Tones &tones, bool isMusic, bool allowSkip = false) const;
// Game state functions