scummvm/engines/testbed
Max Horn 29847ea42d AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclasses
Many engines follow the advice in audio/midiparser.h and create a
"pseudo-MidiDriver" subclass. But MidiParser really only needs a tiny
subset of the MidiDriver capabilities, namely those found in
MidiDriver_BASE. So we try to subclass from that whenever possible; this
allows us to remove many stub methods, and enables further future
simplifications.
2011-03-23 15:25:47 +01:00
..
config-params.cpp COMMON: Simplify DECLARE_SINGLETON macro 2010-11-16 08:23:13 +00:00
config-params.h
config.cpp
config.h GUI: Move major widgets to new directory gui/widgets 2010-11-16 10:11:57 +00:00
detection.cpp
events.cpp
events.h
fs.cpp
fs.h
graphics.cpp TESTBED: Changed usage of PI to M_PI (normally defined in math.h) 2011-03-19 02:32:53 +02:00
graphics.h TESTBED: Adapt documentation to the palette RGBA->RGB change. 2011-02-20 21:39:30 +01:00
midi.cpp AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclasses 2011-03-23 15:25:47 +01:00
midi.h AUDIO: Rename sound/ dir to audio/ 2011-02-09 01:09:01 +00:00
misc.cpp
misc.h
module.mk
savegame.cpp
savegame.h
sound.cpp AUDIO: Rename sound/ dir to audio/ 2011-02-09 01:09:01 +00:00
sound.h AUDIO: Rename sound/ dir to audio/ 2011-02-09 01:09:01 +00:00
template.h
testbed.cpp
testbed.h
testsuite.cpp
testsuite.h