mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 21:21:05 +00:00
SCUMM: Slight cleanup in detection.cpp.
This commit is contained in:
parent
d8d6faff01
commit
3318c4e4ac
@ -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; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user