mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-04 15:51:42 +00:00
8 lines
169 B
C
8 lines
169 B
C
// This file is being included by "base/plugins.cpp"
|
|
#if PLUGIN_ENABLED_STATIC(GRIM)
|
|
LINK_PLUGIN(GRIM)
|
|
#endif
|
|
#if PLUGIN_ENABLED_STATIC(MYST3)
|
|
LINK_PLUGIN(MYST3)
|
|
#endif
|