SHERLOCK: RT: Implement Options dialog event handling

This commit is contained in:
Paul Gilbert 2015-07-23 22:56:42 -04:00
parent 1018dad556
commit c4736c274e
10 changed files with 325 additions and 6 deletions

View file

@ -266,5 +266,9 @@ Audio::SoundHandle Sound::getFreeSoundHandle() {
error("getFreeSoundHandle: No sound handle found");
}
void Sound::setVolume(int volume) {
warning("TODO: setVolume - %d", volume);
}
} // End of namespace Sherlock