comparison playsound/playsound.c @ 285:95082495d437

Disabled physfs code.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 16 Mar 2002 03:49:09 +0000
parents 6c059c4d2cea
children 259daddc2d6b
comparison
equal deleted inserted replaced
284:fd9af100eb74 285:95082495d437
31 #include <assert.h> 31 #include <assert.h>
32 #include <signal.h> 32 #include <signal.h>
33 #include "SDL.h" 33 #include "SDL.h"
34 #include "SDL_sound.h" 34 #include "SDL_sound.h"
35 35
36 #define SUPPORT_PHYSFS 1 36 #define SUPPORT_PHYSFS 0
37 #if SUPPORT_PHYSFS 37 #if SUPPORT_PHYSFS
38 #include <alloca.h> 38 #include <alloca.h>
39 #include "physfs.h" 39 #include "physfs.h"
40 #include "physfsrwops.h" 40 #include "physfsrwops.h"
41 #endif 41 #endif