aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorEugene Sandulenko2007-09-24 17:44:47 +0000
committerEugene Sandulenko2007-09-24 17:44:47 +0000
commitb50844197295fa6f5418580b296182e4a5ce0a59 (patch)
treec9fa0ae51db9ce9bf70cc062c06f6ee0d01bad24 /base
parentfb912f95392ab258fed621cd5605f48243f8d15d (diff)
downloadscummvm-rg350-b50844197295fa6f5418580b296182e4a5ce0a59.tar.gz
scummvm-rg350-b50844197295fa6f5418580b296182e4a5ce0a59.tar.bz2
scummvm-rg350-b50844197295fa6f5418580b296182e4a5ce0a59.zip
Patch #1800767: "Sort the list of engines"
svn-id: r29089
Diffstat (limited to 'base')
-rw-r--r--base/plugins.cpp52
1 files changed, 26 insertions, 26 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index 836ea14c41..0de8baccc6 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -89,50 +89,50 @@ public:
#ifndef DISABLE_SCUMM
LINK_PLUGIN(SCUMM)
#endif
- #ifndef DISABLE_SKY
- LINK_PLUGIN(SKY)
- #endif
- #ifndef DISABLE_SWORD1
- LINK_PLUGIN(SWORD1)
- #endif
- #ifndef DISABLE_SWORD2
- LINK_PLUGIN(SWORD2)
+ #ifndef DISABLE_AGI
+ LINK_PLUGIN(AGI)
#endif
#ifndef DISABLE_AGOS
LINK_PLUGIN(AGOS)
#endif
- #ifndef DISABLE_QUEEN
- LINK_PLUGIN(QUEEN)
+ #ifndef DISABLE_CINE
+ LINK_PLUGIN(CINE)
#endif
- #ifndef DISABLE_SAGA
- LINK_PLUGIN(SAGA)
+ #ifndef DISABLE_CRUISE
+ LINK_PLUGIN(CRUISE)
#endif
- #ifndef DISABLE_KYRA
- LINK_PLUGIN(KYRA)
+ #ifndef DISABLE_DRASCULA
+ LINK_PLUGIN(DRASCULA)
#endif
#ifndef DISABLE_GOB
LINK_PLUGIN(GOB)
#endif
+ #ifndef DISABLE_KYRA
+ LINK_PLUGIN(KYRA)
+ #endif
#ifndef DISABLE_LURE
LINK_PLUGIN(LURE)
#endif
- #ifndef DISABLE_CINE
- LINK_PLUGIN(CINE)
+ #ifndef DISABLE_PARALLACTION
+ LINK_PLUGIN(PARALLACTION)
#endif
- #ifndef DISABLE_AGI
- LINK_PLUGIN(AGI)
+ #ifndef DISABLE_QUEEN
+ LINK_PLUGIN(QUEEN)
#endif
- #ifndef DISABLE_TOUCHE
- LINK_PLUGIN(TOUCHE)
+ #ifndef DISABLE_SAGA
+ LINK_PLUGIN(SAGA)
#endif
- #ifndef DISABLE_PARALLACTION
- LINK_PLUGIN(PARALLACTION)
+ #ifndef DISABLE_SKY
+ LINK_PLUGIN(SKY)
#endif
- #ifndef DISABLE_CRUISE
- LINK_PLUGIN(CRUISE)
+ #ifndef DISABLE_SWORD1
+ LINK_PLUGIN(SWORD1)
#endif
- #ifndef DISABLE_DRASCULA
- LINK_PLUGIN(DRASCULA)
+ #ifndef DISABLE_SWORD2
+ LINK_PLUGIN(SWORD2)
+ #endif
+ #ifndef DISABLE_TOUCHE
+ LINK_PLUGIN(TOUCHE)
#endif
return pl;