aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/star_control_sub26.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/star_control/star_control_sub26.h')
-rw-r--r--engines/titanic/star_control/star_control_sub26.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/titanic/star_control/star_control_sub26.h b/engines/titanic/star_control/star_control_sub26.h
index 4054a2ba6e..9023da906c 100644
--- a/engines/titanic/star_control/star_control_sub26.h
+++ b/engines/titanic/star_control/star_control_sub26.h
@@ -39,7 +39,18 @@ public:
public:
CStarControlSub26() : _field0(1.0) {}
+ /**
+ * Sets the field values
+ */
+ void setup(double val1, double val2, double val3, double val4);
+
+ /**
+ * Copies from another instance
+ */
+ void copyFrom(const CStarControlSub26 *src);
+
double fn1() const;
+
};
} // End of namespace Titanic