diff options
| author | Strangerke | 2011-06-08 00:01:44 +0200 |
|---|---|---|
| committer | Willem Jan Palenstijn | 2011-09-10 17:50:47 +0200 |
| commit | c545ebd0d5d1b0690e16f7472048e7ffde40d934 (patch) | |
| tree | a0993f283e97d527514b99e5f71243d3adf10fb7 /base | |
| parent | a826c4422f823ec1bbd1902f05c549f94b75c8e1 (diff) | |
| download | scummvm-rg350-c545ebd0d5d1b0690e16f7472048e7ffde40d934.tar.gz scummvm-rg350-c545ebd0d5d1b0690e16f7472048e7ffde40d934.tar.bz2 scummvm-rg350-c545ebd0d5d1b0690e16f7472048e7ffde40d934.zip | |
CGE: Add minimal engine and detection
Diffstat (limited to 'base')
| -rw-r--r-- | base/plugins.cpp | 3 |
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 |
