From 1f99c01f1241b240017846822d387501b208f1d2 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 27 Feb 2017 09:08:34 -0500 Subject: TITANIC: Added remainder of CStarControl class --- engines/titanic/star_control/star_field.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/titanic/star_control/star_field.h') diff --git a/engines/titanic/star_control/star_field.h b/engines/titanic/star_control/star_field.h index 41f01894f4..6c186f9937 100644 --- a/engines/titanic/star_control/star_field.h +++ b/engines/titanic/star_control/star_field.h @@ -87,6 +87,10 @@ public: * Returns true if the starfield puzzle has been solved */ bool isSolved() const; + + int get7Count() const { + return _sub7.size(); + } }; } // End of namespace Titanic -- cgit v1.2.3