From 93cd3eced23dba0099cc713a7d2323a901dbca75 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 27 Feb 2017 08:55:56 -0500 Subject: TITANIC: Implemented CStarControl doAction --- engines/titanic/star_control/star_view.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'engines/titanic/star_control/star_view.h') diff --git a/engines/titanic/star_control/star_view.h b/engines/titanic/star_control/star_view.h index 7ebbcb218b..5e958c8053 100644 --- a/engines/titanic/star_control/star_view.h +++ b/engines/titanic/star_control/star_view.h @@ -102,6 +102,30 @@ public: * Called when a star destination is set */ void starDestinationSet(); + + /** + * Resets back to the origin position + */ + void resetPosition(); + void petDestinationSet(); + + void fn2(); + void fn3(bool fadeIn); + void fn4(); + void fn5(); + void fn6(); + void fn7(); + void fn8(); + void fn9(); + void fn10(); + void fn11(); + void fn12(); + void fn13(); + void fn14(); + void fn15(); + void fn16(); + void fn17(); + }; } // End of namespace Titanic -- cgit v1.2.3