25 #include "common/random.h" 26 #include "mm/detection.h" 30 enum MightAndMagicDebugChannels {
32 kDebugScripts = 1 << 1,
33 kDebugGraphics = 1 << 2,
EngineFeature
Definition: engine.h:253
uint getRandomNumber(uint max)
uint getRandomNumber(int max)
Definition: mm.h:78
bool hasFeature(EngineFeature f) const override
uint32 getFeatures() const
Definition: detection.h:27
Definition: detection.h:43
Common::Platform getPlatform() const
Common::Language getLanguage() const
Language
Definition: language.h:45