ENGINES: Begin class renaming of ME & AME

- ME -> MetaEngineStatic (static parts)
- MEC -> MetaEngine (dynamic parts)
This commit is contained in:
aryanrawlani28 2020-10-02 11:16:09 +05:30 committed by Eugene Sandulenko
parent c48719404a
commit 71a820caff
17 changed files with 91 additions and 91 deletions

View file

@ -40,7 +40,7 @@ protected:
const U32String _buttonLabel;
const bool _saveMode;
void selectChooser(const MetaEngineConnect &engine);
void selectChooser(const MetaEngine &engine);
public:
SaveLoadChooser(const U32String &title, const U32String &buttonLabel, bool saveMode);
~SaveLoadChooser();