diff options
Diffstat (limited to 'engines/titanic/core/saveable_object.h')
-rw-r--r-- | engines/titanic/core/saveable_object.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/core/saveable_object.h b/engines/titanic/core/saveable_object.h index 32b277f53b..b15dd13072 100644 --- a/engines/titanic/core/saveable_object.h +++ b/engines/titanic/core/saveable_object.h @@ -79,6 +79,8 @@ public: CLASSDEF virtual ~CSaveableObject() {} + bool isInstanceOf(const ClassDef &classDef); + /** * Save the data for the class to file */ |