BACKENDS: Shuffle backends class hierarchy and module initialization

This commit is contained in:
Max Horn 2011-06-08 14:29:22 +02:00
parent d670b4bb56
commit fce7f90a94
20 changed files with 42 additions and 27 deletions

View file

@ -103,7 +103,7 @@ protected:
};
#endif
class OSystem_Android : public BaseBackend, public PaletteManager {
class OSystem_Android : public EventsBaseBackend, public PaletteManager {
private:
// passed from the dark side
int _audio_sample_rate;