aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/cryomni3d.h
diff options
context:
space:
mode:
authorLe Philousophe2019-06-08 12:08:05 +0200
committerLe Philousophe2019-06-08 12:43:22 +0200
commit9fbaf9c73919258e21e420393cf053f413d37856 (patch)
treed8d554995c501d1d8003550a79a3df3e186f677e /engines/cryomni3d/cryomni3d.h
parentdeb92e13ebe309fba67fab47eca003dcb0b06e97 (diff)
downloadscummvm-rg350-9fbaf9c73919258e21e420393cf053f413d37856.tar.gz
scummvm-rg350-9fbaf9c73919258e21e420393cf053f413d37856.tar.bz2
scummvm-rg350-9fbaf9c73919258e21e420393cf053f413d37856.zip
CRYOMNI3D: Revamp loading and saving
Add support to manage saves from startup screen
Diffstat (limited to 'engines/cryomni3d/cryomni3d.h')
-rw-r--r--engines/cryomni3d/cryomni3d.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/cryomni3d/cryomni3d.h b/engines/cryomni3d/cryomni3d.h
index aba69e78f5..df62764a9a 100644
--- a/engines/cryomni3d/cryomni3d.h
+++ b/engines/cryomni3d/cryomni3d.h
@@ -99,8 +99,9 @@ public:
uint8 getGameType() const;
Common::Language getLanguage() const;
- bool hasFeature(EngineFeature f) const;
+ bool hasFeature(EngineFeature f) const override;
+ static const uint kSaveDescriptionLen = 20;
private:
void pauseEngineIntern(bool);