Initial source commit
This commit is contained in:
commit
f1384c11ee
335 changed files with 52715 additions and 0 deletions
20
gamma256/gameSource/musicPlayer.h
Normal file
20
gamma256/gameSource/musicPlayer.h
Normal file
|
@ -0,0 +1,20 @@
|
|||
|
||||
|
||||
// starts playing music, reading notes from a TGA graphics file
|
||||
// the file must be in the "music" directory
|
||||
void startMusic( const char *inTGAFileName );
|
||||
|
||||
|
||||
|
||||
// set loudness in range [0.0,1.0]
|
||||
void setMusicLoudness( double inLoudness );
|
||||
|
||||
|
||||
|
||||
// causes music to jump back to beginning
|
||||
void restartMusic();
|
||||
|
||||
|
||||
|
||||
void stopMusic();
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue