aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/pocketpc.cpp
diff options
context:
space:
mode:
authorNicolas Bacca2003-01-21 18:42:55 +0000
committerNicolas Bacca2003-01-21 18:42:55 +0000
commit2a02a2554a76ca4792856a3925616e7e13b0d4e9 (patch)
treed750267e488b5f55c0bb287c5424b8ed13eef6e8 /backends/wince/pocketpc.cpp
parent2724ac741b31abe4ad659942b6992d6bc2cc6baf (diff)
downloadscummvm-rg350-2a02a2554a76ca4792856a3925616e7e13b0d4e9.tar.gz
scummvm-rg350-2a02a2554a76ca4792856a3925616e7e13b0d4e9.tar.bz2
scummvm-rg350-2a02a2554a76ca4792856a3925616e7e13b0d4e9.zip
Update project files to compile with CVS tree
svn-id: r6531
Diffstat (limited to 'backends/wince/pocketpc.cpp')
-rw-r--r--backends/wince/pocketpc.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/backends/wince/pocketpc.cpp b/backends/wince/pocketpc.cpp
index 33b3aaeb35..34d8955f8d 100644
--- a/backends/wince/pocketpc.cpp
+++ b/backends/wince/pocketpc.cpp
@@ -586,6 +586,7 @@ private:
void draw_mouse();
void undraw_mouse();
+ void warp_mouse(int x, int y);
void load_gfx_mode();
void unload_gfx_mode();
@@ -1805,6 +1806,9 @@ void OSystem_WINCE3::undraw_mouse() {
}
}
+
+void OSystem_WINCE3::warp_mouse(int x, int y) {
+}
void OSystem_WINCE3::set_mouse_pos(int x, int y) {
if (x != _ms_cur.x || y != _ms_cur.y) {
@@ -1955,7 +1959,7 @@ void OSystem_WINCE3::play_cdrom(int track, int num_loops, int start_frame, int e
bool OSystem_WINCE3::poll_cdrom() {return 0;}
void OSystem_WINCE3::update_cdrom() {;}
-void ScummDebugger::attach(Scumm *s) {;}
+//void ScummDebugger::attach(Scumm *s) {;}
/* Mutex stuff */
void* OSystem_WINCE3::create_mutex() {