aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.cpp
diff options
context:
space:
mode:
authorStrangerke2011-06-08 00:01:44 +0200
committerWillem Jan Palenstijn2011-09-10 17:50:47 +0200
commitc545ebd0d5d1b0690e16f7472048e7ffde40d934 (patch)
treea0993f283e97d527514b99e5f71243d3adf10fb7 /base/plugins.cpp
parenta826c4422f823ec1bbd1902f05c549f94b75c8e1 (diff)
downloadscummvm-rg350-c545ebd0d5d1b0690e16f7472048e7ffde40d934.tar.gz
scummvm-rg350-c545ebd0d5d1b0690e16f7472048e7ffde40d934.tar.bz2
scummvm-rg350-c545ebd0d5d1b0690e16f7472048e7ffde40d934.zip
CGE: Add minimal engine and detection
Diffstat (limited to 'base/plugins.cpp')
-rw-r--r--base/plugins.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index 4a3b201714..a838414da3 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -94,6 +94,9 @@ public:
#if PLUGIN_ENABLED_STATIC(AGOS)
LINK_PLUGIN(AGOS)
#endif
+ #if PLUGIN_ENABLED_STATIC(CGE)
+ LINK_PLUGIN(CGE)
+ #endif
#if PLUGIN_ENABLED_STATIC(CINE)
LINK_PLUGIN(CINE)
#endif