SCUMM: Slight cleanup in detection.cpp.

This commit is contained in:
Johannes Schickel 2013-11-27 19:03:23 +01:00
parent d8d6faff01
commit 3318c4e4ac

View File

@ -1223,8 +1223,8 @@ const char *ScummMetaEngine::getOriginalCopyright() const {
}
namespace Scumm {
extern bool getSavegameName(Common::InSaveFile *in, Common::String &desc, int heversion);
}
bool getSavegameName(Common::InSaveFile *in, Common::String &desc, int heversion);
} // End of namespace Scumm
int ScummMetaEngine::getMaximumSaveSlot() const { return 99; }