mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 23:43:10 +00:00
parent
81a5d0e1f3
commit
72eb8ccb89
@ -23,7 +23,7 @@
|
||||
|
||||
namespace GUI {
|
||||
class ConsoleDialog;
|
||||
};
|
||||
}
|
||||
|
||||
namespace Common {
|
||||
|
||||
|
@ -83,7 +83,7 @@ Engine *Engine_QUEEN_create(GameDetector *detector, OSystem *syst) {
|
||||
return new Queen::QueenEngine(detector, syst);
|
||||
}
|
||||
|
||||
REGISTER_PLUGIN("Flight of the Amazon Queen", Engine_QUEEN_gameList, Engine_QUEEN_create, Engine_QUEEN_detectGames);
|
||||
REGISTER_PLUGIN("Flight of the Amazon Queen", Engine_QUEEN_gameList, Engine_QUEEN_create, Engine_QUEEN_detectGames)
|
||||
|
||||
namespace Queen {
|
||||
|
||||
|
@ -2868,4 +2868,4 @@ Engine *Engine_SCUMM_create(GameDetector *detector, OSystem *syst) {
|
||||
return engine;
|
||||
}
|
||||
|
||||
REGISTER_PLUGIN("Scumm Engine", Engine_SCUMM_gameList, Engine_SCUMM_create, Engine_SCUMM_detectGames);
|
||||
REGISTER_PLUGIN("Scumm Engine", Engine_SCUMM_gameList, Engine_SCUMM_create, Engine_SCUMM_detectGames)
|
||||
|
@ -102,7 +102,7 @@ Engine *Engine_SIMON_create(GameDetector *detector, OSystem *syst) {
|
||||
return new Simon::SimonEngine(detector, syst);
|
||||
}
|
||||
|
||||
REGISTER_PLUGIN("Simon the Sorcerer", Engine_SIMON_gameList, Engine_SIMON_create, Engine_SIMON_detectGames);
|
||||
REGISTER_PLUGIN("Simon the Sorcerer", Engine_SIMON_gameList, Engine_SIMON_create, Engine_SIMON_detectGames)
|
||||
|
||||
namespace Simon {
|
||||
|
||||
|
@ -106,7 +106,7 @@ Engine *Engine_SKY_create(GameDetector *detector, OSystem *syst) {
|
||||
return new SkyEngine(detector, syst);
|
||||
}
|
||||
|
||||
REGISTER_PLUGIN("Beneath a Steel Sky", Engine_SKY_gameList, Engine_SKY_create, Engine_SKY_detectGames);
|
||||
REGISTER_PLUGIN("Beneath a Steel Sky", Engine_SKY_gameList, Engine_SKY_create, Engine_SKY_detectGames)
|
||||
|
||||
void **SkyEngine::_itemList[300];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user