Sound settings for Lure can be modified through the GMM

svn-id: r32855
This commit is contained in:
Christopher Page 2008-06-30 22:41:55 +00:00
parent 30c52e215c
commit c1ae3f7dd0
5 changed files with 37 additions and 15 deletions

View file

@ -70,6 +70,7 @@ public:
virtual int init();
virtual int go();
virtual void pauseEngineIntern(bool pause);
virtual void syncSoundSettings();
Disk &disk() { return *_disk; }