aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.h
diff options
context:
space:
mode:
authorJordi Vilalta Prat2008-06-13 14:30:47 +0000
committerJordi Vilalta Prat2008-06-13 14:30:47 +0000
commit177993b14530e8c4af6d46be62a11b02719accb9 (patch)
treed24fa344d2d38a9469bc59432e14283cbef10147 /base/plugins.h
parent2b94f217449374289444f6d37ed0e676a6e80098 (diff)
downloadscummvm-rg350-177993b14530e8c4af6d46be62a11b02719accb9.tar.gz
scummvm-rg350-177993b14530e8c4af6d46be62a11b02719accb9.tar.bz2
scummvm-rg350-177993b14530e8c4af6d46be62a11b02719accb9.zip
Renamed MIDI plugins to Music plugins
svn-id: r32693
Diffstat (limited to 'base/plugins.h')
-rw-r--r--base/plugins.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/plugins.h b/base/plugins.h
index aef95a6650..9d3ce97c3b 100644
--- a/base/plugins.h
+++ b/base/plugins.h
@@ -62,7 +62,7 @@
enum PluginType {
PLUGIN_TYPE_ENGINE = 0,
- PLUGIN_TYPE_MIDI,
+ PLUGIN_TYPE_MUSIC,
/* PLUGIN_TYPE_SCALER, */ // TODO: Add graphics scaler plugins
PLUGIN_TYPE_MAX
@@ -71,7 +71,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_MIDI_VERSION 1
+#define PLUGIN_TYPE_MUSIC_VERSION 1
extern int pluginTypeVersions[PLUGIN_TYPE_MAX];