diff options
Diffstat (limited to 'engines/prince/detection.cpp')
-rw-r--r-- | engines/prince/detection.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/prince/detection.cpp b/engines/prince/detection.cpp index 21bd55eea7..e38234612f 100644 --- a/engines/prince/detection.cpp +++ b/engines/prince/detection.cpp @@ -21,9 +21,15 @@ */ #include "prince/prince.h" +#include "engines/advancedDetector.h" namespace Prince { +struct PrinceGameDescription { + ADGameDescription desc; + PrinceGameType gameType; +}; + int PrinceEngine::getGameType() const { return _gameDescription->gameType; } |