void SetSongPaused(int h, int p)
// Say we're playing some song PlaySong(mysong); // Then we might want to pause the song SetSongPaused(mysong, 1); // Some time later... // Start the song again where we left off! Hooray! SetSongPaused(mysong, 0);
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |