diff options
author | Martin Kiewitz | 2010-02-05 21:09:36 +0000 |
---|---|---|
committer | Martin Kiewitz | 2010-02-05 21:09:36 +0000 |
commit | f9673182254d2a3ea4bb770ce031d89985c8cba9 (patch) | |
tree | f79a2408d9b051a7b478486b996d764e878c9554 /engines/sci/graphics/gui32.h | |
parent | 16efee3c0df7e796b21ec198064a8499d2a28dac (diff) | |
download | scummvm-rg350-f9673182254d2a3ea4bb770ce031d89985c8cba9.tar.gz scummvm-rg350-f9673182254d2a3ea4bb770ce031d89985c8cba9.tar.bz2 scummvm-rg350-f9673182254d2a3ea4bb770ce031d89985c8cba9.zip |
SCI: remaining cursor functions now also directly called
svn-id: r47914
Diffstat (limited to 'engines/sci/graphics/gui32.h')
-rw-r--r-- | engines/sci/graphics/gui32.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/engines/sci/graphics/gui32.h b/engines/sci/graphics/gui32.h index e4b431df11..9ac52854da 100644 --- a/engines/sci/graphics/gui32.h +++ b/engines/sci/graphics/gui32.h @@ -50,15 +50,6 @@ public: void shakeScreen(uint16 shakeCount, uint16 directions); - void setNowSeen(reg_t objectReference); - bool canBeHere(reg_t curObject, reg_t listReference); - bool isItSkip(GuiResourceId viewId, int16 loopNo, int16 celNo, Common::Point position); - void baseSetter(reg_t object); - - void setCursorPos(Common::Point pos); - void moveCursor(Common::Point pos); - void setCursorZone(Common::Rect zone); - void drawRobot(GuiResourceId robotId); // FIXME: Don't store EngineState |