comparison playsound/playsound.c @ 288:259daddc2d6b

PhysicsFS support tied into build system.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 16 Mar 2002 08:48:00 +0000
parents 95082495d437
children 414cfef0978e
comparison
equal deleted inserted replaced
287:2444b4128efd 288:259daddc2d6b
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 0
37 #if SUPPORT_PHYSFS 36 #if SUPPORT_PHYSFS
38 #include <alloca.h> 37 #include <alloca.h>
39 #include "physfs.h" 38 #include "physfs.h"
40 #include "physfsrwops.h" 39 #include "physfsrwops.h"
41 #endif 40 #endif