From f19f73eb5069b4f092714535e77efc0d6881c612 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 21 Dec 2003 15:29:52 +0000 Subject: Make it possible for game detection functions to detect language/platform (not yet done by any detector, but will come with the MD5 detection code) svn-id: r11811 --- simon/simon.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'simon') diff --git a/simon/simon.cpp b/simon/simon.cpp index 84fd04fa0e..cdfb09a83f 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -90,8 +90,8 @@ GameList Engine_SIMON_gameList() { return games; } -GameList Engine_SIMON_detectGames(const FSList &fslist) { - GameList detectedGames; +DetectedGameList Engine_SIMON_detectGames(const FSList &fslist) { + DetectedGameList detectedGames; const SimonGameSettings *g; char detectName[128]; char detectName2[128]; -- cgit v1.2.3