aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorMatthew Hoops2011-02-20 02:31:34 -0500
committerMatthew Hoops2011-02-21 18:44:24 -0500
commit950676bf4c8576f63db8dc21a0c89e06981378d5 (patch)
treeee2cb731c5c5e247ccb9d9dd0a2f2b6ec0b1b31a /base
parent0ec91de76df9fbe452bc62775d337114179b2fe0 (diff)
downloadscummvm-rg350-950676bf4c8576f63db8dc21a0c89e06981378d5.tar.gz
scummvm-rg350-950676bf4c8576f63db8dc21a0c89e06981378d5.tar.bz2
scummvm-rg350-950676bf4c8576f63db8dc21a0c89e06981378d5.zip
PEGASUS: Add my very WIP Pegasus Prime engine
Diffstat (limited to 'base')
-rw-r--r--base/plugins.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index 1db9c0d499..21db7ff023 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -139,6 +139,9 @@ public:
#if PLUGIN_ENABLED_STATIC(PARALLACTION)
LINK_PLUGIN(PARALLACTION)
#endif
+ #if PLUGIN_ENABLED_STATIC(PEGASUS)
+ LINK_PLUGIN(PEGASUS)
+ #endif
#if PLUGIN_ENABLED_STATIC(QUEEN)
LINK_PLUGIN(QUEEN)
#endif