diff options
Diffstat (limited to 'engines/glk/scott/detection.h')
| -rw-r--r-- | engines/glk/scott/detection.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/engines/glk/scott/detection.h b/engines/glk/scott/detection.h index 709b7de1d9..b483e1a924 100644 --- a/engines/glk/scott/detection.h +++ b/engines/glk/scott/detection.h @@ -26,6 +26,7 @@  #include "common/fs.h"  #include "common/hash-str.h"  #include "engines/game.h" +#include "glk/detection.h"  namespace Glk {  namespace Scott { @@ -40,7 +41,7 @@ public:  	/**  	 * Returns a game description for the given game Id, if it's supported  	 */ -	static PlainGameDescriptor findGame(const char *gameId); +	static GameDescriptor findGame(const char *gameId);  	/**  	 * Detect supported games | 
