OSDN Git Service

[Implement] Windows環境で--output-spoilersオプションの実装
[hengbandforosx/hengbandosx.git] / src / wizard / wizard-spoiler.h
index ad65ecd..2903fa8 100644 (file)
@@ -1,5 +1,7 @@
 #pragma once
 
 #include "system/angband.h"
+#include "wizard/spoiler-util.h"
 
-void exe_output_spoilers(player_type* player_ptr);
+void exe_output_spoilers(void);
+spoiler_output_status output_all_spoilers(void);