aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/input.h')
-rw-r--r--engines/fullpipe/input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/fullpipe/input.h b/engines/fullpipe/input.h
index 06013ab0c1..e527770dc9 100644
--- a/engines/fullpipe/input.h
+++ b/engines/fullpipe/input.h
@@ -65,6 +65,7 @@ class CInputController {
void setCursorMode(bool mode);
void drawCursor(int x, int y);
+ void setCursor(int id);
};
} // End of namespace Fullpipe