aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/detection.h
diff options
context:
space:
mode:
authorWalter van Niftrik2018-02-01 22:20:52 +0100
committerWalter van Niftrik2018-02-02 22:18:25 +0100
commitb497ec30655a95134e0db62fff2b2324e58f4ffb (patch)
tree04340afc8ede324f56c3971f4f8109be3ef8a122 /engines/adl/detection.h
parent3850b115f86a7e01fb4902d924eaa94b10328576 (diff)
downloadscummvm-rg350-b497ec30655a95134e0db62fff2b2324e58f4ffb.tar.gz
scummvm-rg350-b497ec30655a95134e0db62fff2b2324e58f4ffb.tar.bz2
scummvm-rg350-b497ec30655a95134e0db62fff2b2324e58f4ffb.zip
ADL: Implement new detection method for disk images
Diffstat (limited to 'engines/adl/detection.h')
-rw-r--r--engines/adl/detection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/adl/detection.h b/engines/adl/detection.h
index cb147c7ff7..ac8d834059 100644
--- a/engines/adl/detection.h
+++ b/engines/adl/detection.h
@@ -46,6 +46,8 @@ struct AdlGameDescription {
GameType gameType;
};
+Common::String getDiskImageName(const ADGameDescription &desc, byte volume);
+
} // End of namespace Adl
#endif