Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 6, 2001
1 parent 068a191 commit 4ac0265
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SDL_mixer.h
Expand Up @@ -434,7 +434,9 @@ extern DECLSPEC int Mix_ReserveChannels(int num);
extern DECLSPEC int Mix_GroupChannel(int which, int tag);
/* Assign several consecutive channels to a group */
extern DECLSPEC int Mix_GroupChannels(int from, int to, int tag);
/* Finds the first available channel in a group of channels */
/* Finds the first available channel in a group of channels,
returning -1 if none are available.
*/
extern DECLSPEC int Mix_GroupAvailable(int tag);
/* Returns the number of channels in a group. This is also a subtle
way to get the total number of channels when 'tag' is -1
Expand Down

0 comments on commit 4ac0265

Please sign in to comment.