Added _D(()) macro, decoder_private field, and changed read() method from
returning an (int) to returning a (Uint32).
author |
Ryan C. Gordon <icculus@icculus.org> |
date |
Tue, 18 Sep 2001 11:00:31 +0000 |
parents |
f58a664c1557 |
children |
06a009a1ec9e |
rev |
line source |
0
|
1 /*
|
|
2 * CHANGELOG.
|
|
3 */
|
|
4
|
|
5 09132001 - Initial spec proposed on SDL mailing list, under name "SDL_voice".
|
|
6 09142001 - Changed name to SDL_sound, added Sound_DecodeAll() to spec.
|
2
|
7 09172001 - Changed some overlooked "voice" to "sound".
|
|
8 09182001 - Implemented base API. So...tired. Everything's different. :)
|
|
9 Also put in a RAW decoder and a simple test program.
|
0
|
10
|
|
11 --ryan. (icculus@clutteredmind.org)
|
|
12
|
|
13 /* end of CHANGELOG ... */
|
|
14
|