diff options
Diffstat (limited to 'engines/titanic/pet_control/pet_control_sub7.cpp')
-rw-r--r-- | engines/titanic/pet_control/pet_control_sub7.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_control_sub7.cpp b/engines/titanic/pet_control/pet_control_sub7.cpp index f57454da67..5b033220c7 100644 --- a/engines/titanic/pet_control/pet_control_sub7.cpp +++ b/engines/titanic/pet_control/pet_control_sub7.cpp @@ -24,4 +24,9 @@ namespace Titanic { +bool CPetControlSub7::isValid(CPetControl *petControl) { + // TODO + return true; +} + } // End of namespace Titanic |