diff options
author | Max Horn | 2007-06-30 21:20:47 +0000 |
---|---|---|
committer | Max Horn | 2007-06-30 21:20:47 +0000 |
commit | dc91dcde00db746a934fe3ebf6094bee9145347b (patch) | |
tree | 435fefdc32cd4a28c5a0d9cc9774a4edc38b6ef4 /backends/platform/psp | |
parent | 93b1a53c72f1c181439b7dcd43c94d911a2e30ee (diff) | |
download | scummvm-rg350-dc91dcde00db746a934fe3ebf6094bee9145347b.tar.gz scummvm-rg350-dc91dcde00db746a934fe3ebf6094bee9145347b.tar.bz2 scummvm-rg350-dc91dcde00db746a934fe3ebf6094bee9145347b.zip |
Adding some missing stuff to the PS2 port (it still will require quite some work to get it working again)
svn-id: r27799
Diffstat (limited to 'backends/platform/psp')
-rw-r--r-- | backends/platform/psp/osys_psp.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/backends/platform/psp/osys_psp.h b/backends/platform/psp/osys_psp.h index d5d3669a22..7c0932dc20 100644 --- a/backends/platform/psp/osys_psp.h +++ b/backends/platform/psp/osys_psp.h @@ -38,15 +38,6 @@ enum GraphicModeID { CENTERED_362X272 }; -namespace Graphics { - struct Surface; -} - -namespace Common { - class SaveFileManager; - class TimerManager; -} - class OSystem_PSP : public OSystem { public: static const OSystem::GraphicsMode s_supportedGraphicsModes[]; |