diff options
Diffstat (limited to 'backends/platform/ds/arm9/source')
-rw-r--r-- | backends/platform/ds/arm9/source/osystem_ds.h | 5 |
1 files changed, 3 insertions, 2 deletions
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; |