Mercurial > SDL_sound_CoreAudio
comparison playsound/playsound_simple.c @ 525:50bb9a6cebfe stable-1.0
Updated my email address.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 06 Aug 2007 09:44:02 +0000 |
parents | 7f11a82e918e |
children | 2e8907ff98e9 |
comparison
equal
deleted
inserted
replaced
521:f33471c47efe | 525:50bb9a6cebfe |
---|---|
21 * This is just a simple "decode sound, play it through SDL" example. | 21 * This is just a simple "decode sound, play it through SDL" example. |
22 * The much more complex, fancy, and robust code is playsound.c. | 22 * The much more complex, fancy, and robust code is playsound.c. |
23 * | 23 * |
24 * Please see the file COPYING in the source's root directory. | 24 * Please see the file COPYING in the source's root directory. |
25 * | 25 * |
26 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) | 26 * This file written by Ryan C. Gordon. (icculus@icculus.org) |
27 */ | 27 */ |
28 | 28 |
29 #include <stdio.h> | 29 #include <stdio.h> |
30 #include <stdlib.h> | 30 #include <stdlib.h> |
31 #include <string.h> | 31 #include <string.h> |