diff options
Diffstat (limited to 'backends/platform/psp/osys_psp.h')
-rw-r--r-- | backends/platform/psp/osys_psp.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/backends/platform/psp/osys_psp.h b/backends/platform/psp/osys_psp.h index 7dcae43c1d..ba26e30621 100644 --- a/backends/platform/psp/osys_psp.h +++ b/backends/platform/psp/osys_psp.h @@ -32,6 +32,7 @@ #include "sound/mixer_intern.h" #include "backends/base-backend.h" #include "backends/fs/psp/psp-fs-factory.h" +#include "backends/platform/psp/pspkeyboard.h" #include <SDL.h> @@ -77,12 +78,8 @@ protected: bool _cursorPaletteDisabled; int _graphicMode; - Vertex *_vertices; unsigned short* _clut; - unsigned short* _kbdClut; - bool _keyboardVisible; - int _keySelected; - int _keyboardMode; + PSPKeyboard *_keyboard; uint32 _prevButtons; uint32 _lastPadCheck; |