From c69ebfd798777fa5db487fe321af274d26baaf3b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 30 Jan 2009 03:35:47 +0000 Subject: Moved default implementations for various OSystem methods into a new class BaseBackend svn-id: r36135 --- backends/platform/psp/osys_psp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/platform/psp') diff --git a/backends/platform/psp/osys_psp.h b/backends/platform/psp/osys_psp.h index 5fee067eec..50a5572142 100644 --- a/backends/platform/psp/osys_psp.h +++ b/backends/platform/psp/osys_psp.h @@ -24,10 +24,10 @@ */ #include "common/scummsys.h" -#include "common/system.h" #include "graphics/surface.h" #include "graphics/colormasks.h" #include "sound/mixer_intern.h" +#include "backends/base-backend.h" #include "backends/fs/psp/psp-fs-factory.h" @@ -40,7 +40,7 @@ enum GraphicModeID { CENTERED_362X272 }; -class OSystem_PSP : public OSystem { +class OSystem_PSP : public BaseBackend { public: static const OSystem::GraphicsMode s_supportedGraphicsModes[]; static OSystem *instance(); -- cgit v1.2.3