OSDN Git Service

[Refactor] wizard-spoiler.h からincludeを削除し、enum classのプロトタイプ宣言を追加した
[hengbandforosx/hengbandosx.git] / src / wizard / wizard-spoiler.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 enum class SpoilerOutputResultType;
6 void exe_output_spoilers(void);
7 SpoilerOutputResultType output_all_spoilers(void);