Consolodating description of source extraction in CHANGES.txt.

Extracted do_floodfill, playsound, draw_progressbar and RGB-to-linear functions.
This commit is contained in:
William Kendrick 2006-02-18 09:32:12 +00:00
parent a9511eda41
commit 7448cd879d
12 changed files with 780 additions and 505 deletions

View file

@ -23,10 +23,12 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
June 15, 2002 - February 12, 2006
June 15, 2002 - February 18, 2006
$Id$
*/
#ifndef SOUNDS_H
#define SOUNDS_H
/* Sounds available: */
@ -84,7 +86,7 @@ enum {
/* Sound file filenames: */
const char * const sound_fnames[NUM_SOUNDS] = {
static const char * sound_fnames[NUM_SOUNDS] = {
DATA_PREFIX "sounds/harp.wav",
DATA_PREFIX "sounds/click.wav",
DATA_PREFIX "sounds/bleep.wav",
@ -131,3 +133,5 @@ const char * const sound_fnames[NUM_SOUNDS] = {
DATA_PREFIX "sounds/tuxok.wav"
};
#endif