aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/inventory.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-07-31 20:06:13 +0300
committerEugene Sandulenko2013-09-06 14:51:09 +0300
commit856eb1b0fa92068fd7b61a8c9a6350af596f3f00 (patch)
tree9a132846224ae8c03ca6ef2a31a296b61987a598 /engines/fullpipe/inventory.h
parent1c75ebcca93bd1eb260166e17adacdcfac721099 (diff)
downloadscummvm-rg350-856eb1b0fa92068fd7b61a8c9a6350af596f3f00.tar.gz
scummvm-rg350-856eb1b0fa92068fd7b61a8c9a6350af596f3f00.tar.bz2
scummvm-rg350-856eb1b0fa92068fd7b61a8c9a6350af596f3f00.zip
FULLPIPE: Implemented FullpipeEngine::updateScreen()
Diffstat (limited to 'engines/fullpipe/inventory.h')
-rw-r--r--engines/fullpipe/inventory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/fullpipe/inventory.h b/engines/fullpipe/inventory.h
index 36170b86bf..a61df385a5 100644
--- a/engines/fullpipe/inventory.h
+++ b/engines/fullpipe/inventory.h
@@ -101,6 +101,7 @@ class CInventory2 : public CInventory {
Scene *getScene() { return _scene; }
+ void draw();
};
} // End of namespace Fullpipe