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/gp2x/gp2x-common.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'backends/platform/gp2x') diff --git a/backends/platform/gp2x/gp2x-common.h b/backends/platform/gp2x/gp2x-common.h index de305923a0..14c62edf87 100644 --- a/backends/platform/gp2x/gp2x-common.h +++ b/backends/platform/gp2x/gp2x-common.h @@ -29,8 +29,7 @@ #define __GP2X__ #define USE_OSD -#include "common/scummsys.h" -#include "common/system.h" +#include "backends/base-backend.h" #include "graphics/scaler.h" #include @@ -58,7 +57,7 @@ enum { }; -class OSystem_GP2X : public OSystem { +class OSystem_GP2X : public BaseBackend { public: OSystem_GP2X(); virtual ~OSystem_GP2X(); -- cgit v1.2.3