Mercurial > SDL_sound_CoreAudio
comparison playsound/physfsrwops.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 | b8f694c12010 |
children |
comparison
equal
deleted
inserted
replaced
521:f33471c47efe | 525:50bb9a6cebfe |
---|---|
14 * Unless otherwise stated, the rest of PhysicsFS falls under the GNU Lesser | 14 * Unless otherwise stated, the rest of PhysicsFS falls under the GNU Lesser |
15 * General Public License: http://www.gnu.org/licenses/lgpl.txt | 15 * General Public License: http://www.gnu.org/licenses/lgpl.txt |
16 * | 16 * |
17 * SDL falls under the LGPL, too. You can get SDL at http://www.libsdl.org/ | 17 * SDL falls under the LGPL, too. You can get SDL at http://www.libsdl.org/ |
18 * | 18 * |
19 * This file was written by Ryan C. Gordon. (icculus@clutteredmind.org). | 19 * This file was written by Ryan C. Gordon. (icculus@icculus.org). |
20 */ | 20 */ |
21 | 21 |
22 #if SUPPORT_PHYSFS | 22 #if SUPPORT_PHYSFS |
23 | 23 |
24 #include <stdio.h> /* used for SEEK_SET, SEEK_CUR, SEEK_END ... */ | 24 #include <stdio.h> /* used for SEEK_SET, SEEK_CUR, SEEK_END ... */ |