diff options
Diffstat (limited to 'engines/glk/glulxe/detection.h')
-rw-r--r-- | engines/glk/glulxe/detection.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/glk/glulxe/detection.h b/engines/glk/glulxe/detection.h index d6d5c6a9ad..654977a0b2 100644 --- a/engines/glk/glulxe/detection.h +++ b/engines/glk/glulxe/detection.h @@ -24,6 +24,7 @@ #define GLK_GLULXE_DETECTION #include "common/fs.h" +#include "common/hash-str.h" #include "engines/game.h" namespace Glk { @@ -63,6 +64,11 @@ public: * Detect supported games */ static bool detectGames(const Common::FSList &fslist, DetectedGames &gameList); + + /** + * Check for game Id clashes with other sub-engines + */ + static void detectClashes(Common::StringMap &map); }; } // End of namespace Glulxe |