OSDN Git Service

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