diff options
author | Paul Gilbert | 2017-03-18 23:40:24 -0400 |
---|---|---|
committer | Paul Gilbert | 2017-03-18 23:40:24 -0400 |
commit | 2a76819b0fe1ccea9ba8093dc900490576dbe1fc (patch) | |
tree | 4c770230471668f428eb9b0152d284584f96ec5f /engines/titanic/star_control/star_control_sub6.h | |
parent | 26eb320b717bcf0aebdbe79651330d0de31c6fce (diff) | |
download | scummvm-rg350-2a76819b0fe1ccea9ba8093dc900490576dbe1fc.tar.gz scummvm-rg350-2a76819b0fe1ccea9ba8093dc900490576dbe1fc.tar.bz2 scummvm-rg350-2a76819b0fe1ccea9ba8093dc900490576dbe1fc.zip |
TITANIC: Implementing CStarControlSub12 class
Diffstat (limited to 'engines/titanic/star_control/star_control_sub6.h')
-rw-r--r-- | engines/titanic/star_control/star_control_sub6.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/star_control/star_control_sub6.h b/engines/titanic/star_control/star_control_sub6.h index 61548d11a7..91def29973 100644 --- a/engines/titanic/star_control/star_control_sub6.h +++ b/engines/titanic/star_control/star_control_sub6.h @@ -39,6 +39,7 @@ public: CStarControlSub6(); CStarControlSub6(Axis axis, double amount); CStarControlSub6(const CStarControlSub6 *src); + CStarControlSub6(const CStarControlSub6 *s1, const CStarControlSub6 *s2); /** * Sets an identity matrix @@ -46,11 +47,6 @@ public: void identity(); /** - * Sets up a passed instance from the specified two other ones - */ - static CStarControlSub6 *setup(CStarControlSub6 *dest, const CStarControlSub6 *s2, const CStarControlSub6 *s3); - - /** * Sets a rotation matrix for the given axis for the given amount */ void setRotationMatrix(Axis axis, double val); |