blender/intern/SoundSystem
Frank van Beek 8dcdf3bf0b - replaced #elif with more correct version:
< #elif _WIN32
---
> #elif defined(_WIN32)
2003-01-04 18:17:50 +00:00
..
dummy Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
fmod Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
intern Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
openal - replaced #elif with more correct version: 2003-01-04 18:17:50 +00:00
SND_test updated .c files to include: 2002-11-25 12:02:15 +00:00
Makefile Added fmod sound for OSX and fixed some endian problems in 2002-11-04 21:50:33 +00:00
SND_C-api.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SND_CDObject.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SND_DependKludge.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SND_DeviceManager.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SND_IAudioDevice.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SND_Object.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SND_Scene.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SND_SoundListener.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SND_SoundObject.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SND_Utils.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SND_WaveCache.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SND_WaveSlot.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SoundDefines.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00