mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +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 ();
|
||||
bool IsPlaying ();
|
||||
bool IsValid () const { return CommandLine.Len() > 0; }
|
||||
void SetVolume (float volume);
|
||||
|
||||
protected:
|
||||
void PrepTimidity ();
|
||||
|
|
Loading…
Reference in a new issue