Mercurial > SDL_sound_CoreAudio
comparison playsound/physfsrwops.c @ 526:2df1f5c62d38
Updated my email address.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 06 Aug 2007 09:44:02 +0000 |
parents | 35dfa9d9782e |
children |
comparison
equal
deleted
inserted
replaced
524:a0bb7a9c05b1 | 526:2df1f5c62d38 |
---|---|
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 ... */ |