aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/detection.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/detection.h')
-rw-r--r--engines/prince/detection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/prince/detection.h b/engines/prince/detection.h
index 3076253cf5..39cfdd96e7 100644
--- a/engines/prince/detection.h
+++ b/engines/prince/detection.h
@@ -121,6 +121,7 @@ public:
virtual bool hasFeature(MetaEngineFeature f) const;
virtual int getMaximumSaveSlot() const;
virtual SaveStateList listSaves(const char *target) const;
+ virtual bool simpleSaveNames() const;
SaveStateDescriptor querySaveMetaInfos(const char *target, int slot) const;
virtual void removeSaveState(const char *target, int slot) const;
};