diff options
author | Paul Gilbert | 2017-03-05 20:11:49 -0500 |
---|---|---|
committer | Paul Gilbert | 2017-03-05 20:11:49 -0500 |
commit | cf37d0148d6efa2396e4816963d20ebc56238a2d (patch) | |
tree | d09a27ff8fb54ecd765a8f2ba1db3862c0b93dfd /engines/titanic/star_control/star_control_sub8.h | |
parent | 56206fef9f57567248c2c926659cbc4ec1535095 (diff) | |
download | scummvm-rg350-cf37d0148d6efa2396e4816963d20ebc56238a2d.tar.gz scummvm-rg350-cf37d0148d6efa2396e4816963d20ebc56238a2d.tar.bz2 scummvm-rg350-cf37d0148d6efa2396e4816963d20ebc56238a2d.zip |
TITANIC: Implementing CStarControlSub5 class
Diffstat (limited to 'engines/titanic/star_control/star_control_sub8.h')
-rw-r--r-- | engines/titanic/star_control/star_control_sub8.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/titanic/star_control/star_control_sub8.h b/engines/titanic/star_control/star_control_sub8.h index 0b0a7f6f11..97409fd059 100644 --- a/engines/titanic/star_control/star_control_sub8.h +++ b/engines/titanic/star_control/star_control_sub8.h @@ -51,6 +51,7 @@ public: int _fieldC; public: CStarControlSub8(); + ~CStarControlSub8() { clear(); } /** * Load the data for the class from file @@ -73,6 +74,8 @@ public: void fn2(CVideoSurface *surface, CStarField *starField, CStarControlSub7 *sub7); void fn3(); FPoint getPosition() const; + + void clear(); }; } // End of namespace Titanic |