aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-06-25 09:39:12 -0400
committerPaul Gilbert2016-07-15 19:24:51 -0400
commit5fe1f73159d43cd165d20bdc8297eb5eb6d42492 (patch)
tree14b33391a7037a1f4784a382f28d0564b8e3e57c /engines/titanic/pet_control/pet_control.h
parentbb567c6e1160615b647c27040743353df9311699 (diff)
downloadscummvm-rg350-5fe1f73159d43cd165d20bdc8297eb5eb6d42492.tar.gz
scummvm-rg350-5fe1f73159d43cd165d20bdc8297eb5eb6d42492.tar.bz2
scummvm-rg350-5fe1f73159d43cd165d20bdc8297eb5eb6d42492.zip
TITANIC: Added remaining PET Inventory Glyph methods
Diffstat (limited to 'engines/titanic/pet_control/pet_control.h')
-rw-r--r--engines/titanic/pet_control/pet_control.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h
index fb5e0093da..5e47f3299b 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -316,6 +316,8 @@ public:
void incC0() { ++_fieldC0; }
void decC0() { --_fieldC0; }
+ bool isSuccUBusActive() const;
+
/*--- CPetConversations methods ---*/
/**