ENGINES: Adding override keyword to hasFeature methods
This commit is contained in:
parent
9f8c45ac4e
commit
5b80320525
102 changed files with 102 additions and 102 deletions
|
@ -149,7 +149,7 @@ public:
|
|||
}
|
||||
|
||||
bool createInstance(OSystem *syst, Engine **engine, const ADGameDescription *gd) const;
|
||||
bool hasFeature(MetaEngineFeature f) const;
|
||||
bool hasFeature(MetaEngineFeature f) const override;
|
||||
|
||||
int getMaximumSaveSlot() const;
|
||||
SaveStateList listSaves(const char *target) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue