From 5dd3798ebf8177d9c21d79d4e36b173568c09a70 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 29 Feb 2016 22:56:16 -0500 Subject: TITANIC: Added a bunch of classes, loading method fixes --- engines/titanic/carry/hose.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'engines/titanic/carry/hose.h') diff --git a/engines/titanic/carry/hose.h b/engines/titanic/carry/hose.h index 87f47b3bc4..dc60f6832f 100644 --- a/engines/titanic/carry/hose.h +++ b/engines/titanic/carry/hose.h @@ -27,11 +27,20 @@ namespace Titanic { +struct CHoseStatics { + int _v1; + CString _v2; +}; + class CHose : public CCarry { -private: +protected: + static CHoseStatics *_statics; + CString _string6; public: CHose(); + static void init(); + static void deinit(); /** * Return the class name -- cgit v1.2.3