aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/shape.h
diff options
context:
space:
mode:
authorPeter Kohaut2018-01-14 12:12:06 +0100
committerPeter Kohaut2018-01-28 10:57:16 +0100
commit1e5f9d3078f236f306b5d868bcd52f4e47f7b512 (patch)
tree0d402af27d75064d60e4674ab3bd4c9ad08759f1 /engines/bladerunner/shape.h
parent3a937f19c0a5e347c801c62d345475be082f9e41 (diff)
downloadscummvm-rg350-1e5f9d3078f236f306b5d868bcd52f4e47f7b512.tar.gz
scummvm-rg350-1e5f9d3078f236f306b5d868bcd52f4e47f7b512.tar.bz2
scummvm-rg350-1e5f9d3078f236f306b5d868bcd52f4e47f7b512.zip
BLADERUNNER: Added basic KIA interface
Settings works Help works Clue database works Fixed code for inserting objects into scene Reorganization of few files Unification & code formatting of few older files
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 cd06e79a24..799826cb4b 100644
--- a/engines/bladerunner/shape.h
+++ b/engines/bladerunner/shape.h
@@ -46,7 +46,7 @@ public:
bool readFromContainer(const Common::String &container, int index);
- void draw(Graphics::Surface &surface, int x, int y);
+ void draw(Graphics::Surface &surface, int x, int y) const;
int getWidth() const { return _width; }
int getHeight() const { return _height; }