OSDN Git Service

Merge pull request #3561 from Hourier/Change-Signature-Terms
[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);