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/ds/arm9/source/osystem_ds.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'backends/platform/ds/arm9/source') diff --git a/backends/platform/ds/arm9/source/osystem_ds.h b/backends/platform/ds/arm9/source/osystem_ds.h index 575bad0609..b5802803d0 100644 --- a/backends/platform/ds/arm9/source/osystem_ds.h +++ b/backends/platform/ds/arm9/source/osystem_ds.h @@ -23,7 +23,8 @@ #ifndef _OSYSTEM_DS_H_ #define _OSYSTEM_DS_H_ -#include "common/system.h" + +#include "backends/base-backend.h" #include "common/events.h" #include "nds.h" #include "ramsave.h" @@ -34,7 +35,7 @@ #include "graphics/surface.h" #include "graphics/colormasks.h" -class OSystem_DS : public OSystem { +class OSystem_DS : public BaseBackend { protected: int eventNum; -- cgit v1.2.3