aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/shape.h
diff options
context:
space:
mode:
authorPeter Kohaut2018-01-31 00:37:19 +0100
committerPeter Kohaut2018-02-04 17:34:43 +0100
commit6e9a340640686fe7dd95efbea34cbf3b7f4209af (patch)
treefe0adec0b85f3e2b387097c4378ce8337b731460 /engines/bladerunner/shape.h
parent0300979bdd8d2ca451110d77cb8e05c84365bbec (diff)
downloadscummvm-rg350-6e9a340640686fe7dd95efbea34cbf3b7f4209af.tar.gz
scummvm-rg350-6e9a340640686fe7dd95efbea34cbf3b7f4209af.tar.bz2
scummvm-rg350-6e9a340640686fe7dd95efbea34cbf3b7f4209af.zip
BLADERUNNER: ESPER interface
Diffstat (limited to 'engines/bladerunner/shape.h')
-rw-r--r--engines/bladerunner/shape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/bladerunner/shape.h b/engines/bladerunner/shape.h
index 799826cb4b..fa286e590d 100644
--- a/engines/bladerunner/shape.h
+++ b/engines/bladerunner/shape.h
@@ -44,7 +44,7 @@ public:
Shape(BladeRunnerEngine *vm);
~Shape();
- bool readFromContainer(const Common::String &container, int index);
+ bool open(const Common::String &container, int index);
void draw(Graphics::Surface &surface, int x, int y) const;