scummvm/engines/sci/sfx
Willem Jan Palenstijn 6eeec1d295 Add FIXME: We need a pcm_device->exit() function,
to release the mixer channel allocated for pcm_device in ScummVM's mixer.

svn-id: r38941
2009-02-27 23:53:52 +00:00
..
device Fix code formatting 2009-02-27 12:59:02 +00:00
mixer Fix code formatting 2009-02-27 12:59:02 +00:00
player Fix code formatting 2009-02-27 12:59:02 +00:00
seq Fix code formatting 2009-02-27 12:59:02 +00:00
softseq Fix code formatting 2009-02-27 12:59:02 +00:00
adlib.cpp SCI: Got rid of include/scitypes.h 2009-02-21 21:16:41 +00:00
adlib.h SCI: Changed typedef struct -> struct 2009-02-21 22:06:42 +00:00
core.cpp Add FIXME: We need a pcm_device->exit() function, 2009-02-27 23:53:52 +00:00
device.h SCI: Replaced evil MIDI_WRITER_BODY with C++ subclassing; some compile fixes to currently unused files 2009-02-21 22:14:26 +00:00
iterator.cpp Fix code formatting 2009-02-27 12:59:02 +00:00
mixer.h Fix code formatting 2009-02-27 12:59:02 +00:00
pcm_device.cpp Whitespace cleanup 2009-02-22 13:11:43 +00:00
pcm-iterator.cpp SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memory.cpp into engines/sci/; moved macros from the header into the source file 2009-02-24 05:39:10 +00:00
sci_midi.h SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
sequencer.h substitute all time related functions, removing sci_gettime sci_get_current_time altogether. 2009-02-24 18:31:05 +00:00
sfx_core.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
sfx_engine.h SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
sfx_iterator_internal.h SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
sfx_iterator.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
sfx_pcm.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
sfx_player.h SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
sfx_songlib.h SCI: Changed 'typedef enum { } NAME' into C++-style 'enum NAME { }' 2009-02-26 16:16:46 +00:00
sfx_time.h substitute all time related functions, removing sci_gettime sci_get_current_time altogether. 2009-02-24 18:31:05 +00:00
sfx_timer.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
softseq.h SCI: Changed typedef struct -> struct 2009-02-21 22:06:42 +00:00
songlib.cpp not needed this includes anymore 2009-02-24 21:13:32 +00:00
test-iterator.cpp Fix code formatting 2009-02-27 12:59:02 +00:00
time.cpp substitute all time related functions, removing sci_gettime sci_get_current_time altogether. 2009-02-24 18:31:05 +00:00
timer.cpp Depend on backend timer API instead of a new mutex 2009-02-27 22:20:11 +00:00
timetest.cpp Fix code formatting 2009-02-27 12:59:02 +00:00