mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-12-03 17:32:54 +00:00
- Forgot to add changes to i_musicinterns.h for last commit.
SVN r720 (trunk)
This commit is contained in:
parent
a37c437588
commit
2695a4360a
1 changed files with 1 additions and 0 deletions
|
@ -248,6 +248,7 @@ public:
|
||||||
void Stop ();
|
void Stop ();
|
||||||
bool IsPlaying ();
|
bool IsPlaying ();
|
||||||
bool IsValid () const { return CommandLine.Len() > 0; }
|
bool IsValid () const { return CommandLine.Len() > 0; }
|
||||||
|
void SetVolume (float volume);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void PrepTimidity ();
|
void PrepTimidity ();
|
||||||
|
|
Loading…
Reference in a new issue