aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/fruit.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/fruit.h')
-rw-r--r--engines/titanic/carry/fruit.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/carry/fruit.h b/engines/titanic/carry/fruit.h
index 93fe920740..bcbd314de8 100644
--- a/engines/titanic/carry/fruit.h
+++ b/engines/titanic/carry/fruit.h
@@ -28,6 +28,11 @@
namespace Titanic {
class CFruit : public CCarry {
+ DECLARE_MESSAGE_MAP;
+ bool UseWithCharMsg(CUseWithCharMsg *msg);
+ bool LemonFallsFromTreeMsg(CLemonFallsFromTreeMsg *msg);
+ bool UseWithOtherMsg(CUseWithOtherMsg *msg);
+ bool FrameMsg(CFrameMsg *msg);
private:
int _field12C;
int _field130;