ENGINES: Add an engine ID to all the engines
This commit is contained in:
parent
6f1515abe8
commit
4b42112721
73 changed files with 306 additions and 3 deletions
|
@ -205,6 +205,10 @@ public:
|
|||
return detectGameFilebased(allFiles, fslist, Mohawk::fileBased);
|
||||
}
|
||||
|
||||
const char *getEngineId() const {
|
||||
return "mohawk";
|
||||
}
|
||||
|
||||
const char *getName() const override {
|
||||
return "Mohawk";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue