OSDN Git Service

Merge pull request #3664 from Hourier/release/3.0.0.90-Alpha
[hengbandforosx/hengbandosx.git] / src / io-dump / dump-remover.h
1 #pragma once
2
3 #include <filesystem>
4 #include <string_view>
5
6 void remove_auto_dump(const std::filesystem::path &orig_file, std::string_view auto_dump_mark);