diff options
Diffstat (limited to 'engines/fullpipe/input.h')
-rw-r--r-- | engines/fullpipe/input.h | 1 |
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 |