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

@ -23,7 +23,7 @@
#ifndef BACKENDS_MODULAR_BACKEND_H
#define BACKENDS_MODULAR_BACKEND_H
#include "common/system.h"
#include "backends/base-backend.h"
class GraphicsManager;
class MutexManager;
@ -44,7 +44,7 @@ class MutexManager;
* And, it should also initialize all the managers variables
* declared in this class, or override their related functions.
*/
class ModularBackend : public OSystem {
class ModularBackend : public BaseBackend {
public:
ModularBackend();
virtual ~ModularBackend();