aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/viewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/star_control/viewport.h')
-rw-r--r--engines/titanic/star_control/viewport.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/engines/titanic/star_control/viewport.h b/engines/titanic/star_control/viewport.h
index 41dfb740f2..1780889081 100644
--- a/engines/titanic/star_control/viewport.h
+++ b/engines/titanic/star_control/viewport.h
@@ -85,11 +85,15 @@ public:
void setPosition(const FPose &pose);
/**
- * Sets the orientation
+ * Sets the orientation from a passed matrix
*/
void setOrientation(const FMatrix &m);
- void fn11(const FVector &v);
+ /**
+ * Sets the orientation from a passed vector
+ */
+ void setOrientation(const FVector &v);
+
void fn12();
void fn13(StarMode mode, double val);
void reposition(double factor);