aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/graphics.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-14 11:39:15 -0500
committerPaul Gilbert2013-12-14 11:39:15 -0500
commit49d50afb4728d6a5773fb8faeac3629bf56953ee (patch)
tree214c4fd96196138f0adab4111890921facbf3b2b /engines/voyeur/graphics.h
parentdebe14fc5089a7be9edc1a86843c0213f48c6af4 (diff)
downloadscummvm-rg350-49d50afb4728d6a5773fb8faeac3629bf56953ee.tar.gz
scummvm-rg350-49d50afb4728d6a5773fb8faeac3629bf56953ee.tar.bz2
scummvm-rg350-49d50afb4728d6a5773fb8faeac3629bf56953ee.zip
VOYEUR: In progress implementation of doInterface
Diffstat (limited to 'engines/voyeur/graphics.h')
-rw-r--r--engines/voyeur/graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/voyeur/graphics.h b/engines/voyeur/graphics.h
index 518ec1a459..10dab5bd2a 100644
--- a/engines/voyeur/graphics.h
+++ b/engines/voyeur/graphics.h
@@ -110,6 +110,7 @@ public:
void resetPalette();
void setColor(int idx, byte r, byte g, byte b);
void screenReset();
+ void doScroll(const Common::Point &pt);
};
} // End of namespace Voyeur