synced code with scummvm trunk
This commit is contained in:
parent
c8436afa36
commit
edadbb35be
140 changed files with 5146 additions and 2956 deletions
|
@ -64,6 +64,7 @@ namespace Common {
|
|||
|
||||
enum PluginType {
|
||||
PLUGIN_TYPE_ENGINE = 0,
|
||||
PLUGIN_TYPE_MUSIC,
|
||||
|
||||
PLUGIN_TYPE_MAX
|
||||
};
|
||||
|
@ -71,6 +72,7 @@ enum PluginType {
|
|||
// TODO: Make the engine API version depend on ScummVM's version
|
||||
// because of the backlinking (posibly from the SVN revision)
|
||||
#define PLUGIN_TYPE_ENGINE_VERSION 1
|
||||
#define PLUGIN_TYPE_MUSIC_VERSION 1
|
||||
|
||||
extern int pluginTypeVersions[PLUGIN_TYPE_MAX];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue