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 14, 2001
1 parent 4ac0265 commit b702477
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README
Expand Up @@ -29,5 +29,6 @@ and unpack them in /usr/local/lib under UNIX, and C:\ under Win32.
You may add panning, reverb, echo, whatever, but if you do, please
mail changes back to me, Sam Lantinga at slouken@libsdl.org

This library is available under the GNU Library General Public License.
This library is available under the GNU Library General Public License,
see the file "COPYING" for details.

14 changes: 9 additions & 5 deletions SDL_mixer.h
@@ -1,6 +1,7 @@
/*
MIXERLIB: An audio mixer library based on the SDL library
Copyright (C) 1997-1999 Sam Lantinga
SDL - Simple DirectMedia Layer
SDL_mixer: An audio mixer library based on the SDL library
Copyright (C) 1997, 1998, 1999, 2000, 2001 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
Expand All @@ -17,11 +18,14 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Sam Lantinga
5635-34 Springhouse Dr.
Pleasanton, CA 94588 (USA)
slouken@devolution.com
slouken@libsdl.org
*/

#ifdef SAVE_RCSID
static char rcsid =
"@(#) $Id$";
#endif

#ifndef _MIXER_H_
#define _MIXER_H_

Expand Down

0 comments on commit b702477

Please sign in to comment.