aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/ship_setting_button.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-02 18:29:09 -0500
committerPaul Gilbert2016-03-02 18:29:09 -0500
commit96825e282392d24e683c0e9cb7b7a1ac9aa4f467 (patch)
tree0e7047797ad4c644cfde4d09abb30dfc498094ac /engines/titanic/game/ship_setting_button.h
parent700b77e1eaea257f322efdb2336b8a46dd3b91ec (diff)
downloadscummvm-rg350-96825e282392d24e683c0e9cb7b7a1ac9aa4f467.tar.gz
scummvm-rg350-96825e282392d24e683c0e9cb7b7a1ac9aa4f467.tar.bz2
scummvm-rg350-96825e282392d24e683c0e9cb7b7a1ac9aa4f467.zip
TITANIC: More saveable classes implemented
Diffstat (limited to 'engines/titanic/game/ship_setting_button.h')
-rw-r--r--engines/titanic/game/ship_setting_button.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/titanic/game/ship_setting_button.h b/engines/titanic/game/ship_setting_button.h
index 008ab783df..fb8d533a7f 100644
--- a/engines/titanic/game/ship_setting_button.h
+++ b/engines/titanic/game/ship_setting_button.h
@@ -28,7 +28,13 @@
namespace Titanic {
class CShipSettingButton : public CGameObject {
+private:
+ CString _string1;
+ int _fieldC8;
+ int _fieldCC;
public:
+ CShipSettingButton();
+
/**
* Return the class name
*/