aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/saveable_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/core/saveable_object.h')
-rw-r--r--engines/titanic/core/saveable_object.h2
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
*/