Added an empty Myst 3 engine
This commit is contained in:
parent
ca30d2f5f2
commit
fc7f7fa11c
7 changed files with 246 additions and 0 deletions
|
@ -88,6 +88,9 @@ public:
|
|||
#if PLUGIN_ENABLED_STATIC(GRIM)
|
||||
LINK_PLUGIN(GRIM)
|
||||
#endif
|
||||
#if PLUGIN_ENABLED_STATIC(MYST3)
|
||||
LINK_PLUGIN(MYST3)
|
||||
#endif
|
||||
|
||||
// Music plugins
|
||||
// TODO: Use defines to disable or enable each MIDI driver as a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue