ENGINES: Have engines declare if they provide custom help.

This commit is contained in:
Henrik "Henke37" Andersson 2022-08-05 23:04:49 +02:00 committed by Filippos Karapetis
parent 6373dd1ffb
commit ef50d7e3a7

View File

@ -286,7 +286,14 @@ public:
* The engine will need to read the actual resolution used by the
* backend using OSystem::getWidth and OSystem::getHeight.
*/
kSupportsArbitraryResolutions
kSupportsArbitraryResolutions,
/**
* The game provides custom help.
*
* This enables the help button in the main menu.
*/
kSupportsHelp
};