SHERLOCK: RT: Implement Options dialog event handling
This commit is contained in:
parent
1018dad556
commit
c4736c274e
10 changed files with 325 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue