OSDN Git Service

[Refactor] #39970 Separated output-updater.c/h from core.c/h
[hengband/hengband.git] / src / core.c
index ceca369..a6a64e3 100644 (file)
 #include "spell/spells-execution.h"
 #include "spell/spells2.h"
 #include "spell/spells3.h"
+#include "core/output-updater.h"
 
  /*!
   * コピーライト情報 /
@@ -4740,10 +4741,3 @@ void close_game(player_type *player_ptr)
        clear_saved_floor_files(player_ptr);
        signals_handle_tstp();
 }
-
-
-void update_output(player_type *player_ptr)
-{
-       if (player_ptr->redraw) redraw_stuff(player_ptr);
-       if (player_ptr->window) window_stuff(player_ptr);
-}