scummvm/engines/sci/sfx
Andre Heider b2cd5beb9e clean up some warnings
svn-id: r38965
2009-02-28 13:41:43 +00:00
..
device Fix code formatting 2009-02-27 12:59:02 +00:00
mixer SCI: Get rid around the first layer around the ScummVM audio mixer. Also resolve the FIXME about releasing the mixer channel we allocated 2009-02-28 06:48:53 +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 set the correct OPL2 frequency for Wii 2009-02-28 13:39:56 +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 SCI: Get rid around the first layer around the ScummVM audio mixer. Also resolve the FIXME about releasing the mixer channel we allocated 2009-02-28 06:48:53 +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 clean up some warnings 2009-02-28 13:41:43 +00:00
mixer.cpp Initialize mixer feed variables 2009-02-28 10:04:40 +00:00
mixer.h cleanup 2009-02-28 07:23:31 +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 SCI: Get rid around the first layer around the ScummVM audio mixer. Also resolve the FIXME about releasing the mixer channel we allocated 2009-02-28 06:48:53 +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
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
timetest.cpp Fix code formatting 2009-02-27 12:59:02 +00:00