aboutsummaryrefslogtreecommitdiff
path: root/backends/gp32/gp32.h
diff options
context:
space:
mode:
authorJoost Peters2003-04-10 13:44:50 +0000
committerJoost Peters2003-04-10 13:44:50 +0000
commit81ac7cc8f8b802c2078a41c2ac2ac2fadf5ae5bd (patch)
tree2b0f9d801d1d8e0fbba6573defa88398faa076cb /backends/gp32/gp32.h
parente169b15efac96849d77ad69081cace179318be6f (diff)
downloadscummvm-rg350-81ac7cc8f8b802c2078a41c2ac2ac2fadf5ae5bd.tar.gz
scummvm-rg350-81ac7cc8f8b802c2078a41c2ac2ac2fadf5ae5bd.tar.bz2
scummvm-rg350-81ac7cc8f8b802c2078a41c2ac2ac2fadf5ae5bd.zip
fixed GP32 port
svn-id: r6958
Diffstat (limited to 'backends/gp32/gp32.h')
-rw-r--r--backends/gp32/gp32.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/backends/gp32/gp32.h b/backends/gp32/gp32.h
index f56de538f7..7445167ba6 100644
--- a/backends/gp32/gp32.h
+++ b/backends/gp32/gp32.h
@@ -28,6 +28,7 @@
#include "scumm/saveload.h"
#include "common/scaler.h"
+#include "portdefs.h"
#include "sdl.h"
class OSystem_GP32 : public OSystem {
@@ -52,6 +53,7 @@ public:
// Either show or hide the mouse cursor
bool show_mouse(bool visible);
+ void warp_mouse(int x, int y);
// Set the position of the mouse cursor
void set_mouse_pos(int x, int y);
@@ -115,10 +117,6 @@ public:
void grab_overlay(int16 *buf, int pitch);
void copy_rect_overlay(const int16 *buf, int pitch, int x, int y, int w, int h);
- // Savefiles
- SaveFileManager *get_savefile_manager();
-
-
static OSystem *create(int gfx_mode, bool full_screen);
private:
typedef void ScalerProc(uint8 *srcPtr, uint32 srcPitch, uint8 *deltaPtr,