ENGINES: Begin class renaming of ME & AME
- ME -> MetaEngineStatic (static parts) - MEC -> MetaEngine (dynamic parts)
This commit is contained in:
parent
c48719404a
commit
71a820caff
17 changed files with 91 additions and 91 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue