mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 11:20:40 +00:00
Added the cruise engine to the list of plugins in plugins.cpp
svn-id: r26607
This commit is contained in:
parent
bebf5e5852
commit
d00e72e5c8
@ -126,6 +126,9 @@ public:
|
||||
#ifndef DISABLE_PARALLACTION
|
||||
LINK_PLUGIN(PARALLACTION)
|
||||
#endif
|
||||
#ifndef DISABLE_CRUISE
|
||||
LINK_PLUGIN(CRUISE)
|
||||
#endif
|
||||
|
||||
return pl;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user