OSDN Git Service

Merge pull request #3569 from sikabane-works/release/3.0.0.88-alpha
[hengbandforosx/hengbandosx.git] / src / wizard / fixed-artifacts-spoiler.h
1 #pragma once
2
3 #include <fstream>
4 #include <string>
5 #include <string_view>
6 #include <vector>
7
8 enum class SpoilerOutputResultType;
9 void spoiler_outlist(std::string_view header, const std::vector<std::string> &descriptions, char seperator, std::ofstream &ofs);
10 SpoilerOutputResultType spoil_fixed_artifact();