CGE: Add minimal engine and detection

This commit is contained in:
Strangerke 2011-06-08 00:01:44 +02:00 committed by Willem Jan Palenstijn
parent a826c4422f
commit c545ebd0d5
9 changed files with 493 additions and 0 deletions

View file

@ -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