diff options
author | Paul Gilbert | 2016-09-11 11:34:06 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-09-11 11:34:06 -0400 |
commit | 207afb6f462fadbe48d4ec298ce7c30ea5c874f0 (patch) | |
tree | cbb200af7f34a2fd6feebda5418328b58bc0dcf4 /engines/titanic/core | |
parent | df4dadb5a6354d5962597d27a117a9fe53b35891 (diff) | |
download | scummvm-rg350-207afb6f462fadbe48d4ec298ce7c30ea5c874f0.tar.gz scummvm-rg350-207afb6f462fadbe48d4ec298ce7c30ea5c874f0.tar.bz2 scummvm-rg350-207afb6f462fadbe48d4ec298ce7c30ea5c874f0.zip |
TITANIC: In progress work on German Translation view in PET
Diffstat (limited to 'engines/titanic/core')
-rw-r--r-- | engines/titanic/core/saveable_object.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/core/saveable_object.cpp b/engines/titanic/core/saveable_object.cpp index d74f9a26ef..f84ca23c5f 100644 --- a/engines/titanic/core/saveable_object.cpp +++ b/engines/titanic/core/saveable_object.cpp @@ -385,6 +385,8 @@ #include "titanic/pet_control/pet_pannel1.h" #include "titanic/pet_control/pet_pannel2.h" #include "titanic/pet_control/pet_pannel3.h" +#include "titanic/pet_control/pet_show_translation.h" +#include "titanic/pet_control/pet_translation.h" #include "titanic/sound/auto_music_player.h" #include "titanic/sound/auto_music_player_base.h" @@ -738,6 +740,7 @@ DEFFN(CPetModePanel); DEFFN(CPetPannel1); DEFFN(CPetPannel2); DEFFN(CPetPannel3); +DEFFN(CPetShowTranslation); DEFFN(CSendToSucc); DEFFN(CSGTSelector); DEFFN(CSliderButton); @@ -1328,6 +1331,7 @@ void CSaveableObject::initClassList() { ADDFN(CPetPannel1, CPetGraphic); ADDFN(CPetPannel2, CPetGraphic); ADDFN(CPetPannel3, CPetGraphic); + ADDFN(CPetShowTranslation, CGameObject); ADDFN(CSendToSucc, CToggleSwitch); ADDFN(CSGTSelector, CPetGraphic); ADDFN(CSliderButton, CSTButton); |