ScummVM API documentation
Meta engine

Description

API for managing various functions of the meta engine.

Classes

struct  ExtraGuiOption
 
struct  DebugChannelDef
 
struct  ExtendedSavegameHeader
 
class  MetaEngineDetection
 
class  MetaEngine
 
class  EngineManager
 

Macros

#define DEBUG_CHANNEL_END   {0, NULL, NULL}
 
#define EXTENDED_SAVE_VERSION   4
 
#define EngineMan   EngineManager::instance()
 

Typedefs

typedef Common::Array< ExtraGuiOptionExtraGuiOptions
 

Enumerations

enum  { kSavegameFilePattern = -99 }
 

Macro Definition Documentation

◆ DEBUG_CHANNEL_END

#define DEBUG_CHANNEL_END   {0, NULL, NULL}

delimiter of the array of DebugChannelDef

◆ EngineMan

#define EngineMan   EngineManager::instance()

Convenience shortcut for accessing the engine manager.

Typedef Documentation

◆ ExtraGuiOptions

Enumeration Type Documentation

◆ anonymous enum

anonymous enum