OSDN Git Service

[Refactor] #39964 Removed the dependency from read-pref-file to autopick-pref-processor
[hengband/hengband.git] / src / birth.h
index a73fd8b..a68c862 100644 (file)
@@ -38,7 +38,7 @@ extern birther previous_char;
 
 /* birth.c */
 extern void add_history_from_pref_line(concptr t);
-extern void player_birth(player_type *creature_ptr);
+extern void player_birth(player_type *creature_ptr, void(*process_autopick_file_command)(char*));
 extern void get_max_stats(player_type *creature_ptr);
 extern void get_height_weight(player_type *creature_ptr);
 extern void player_outfit(player_type *creature_ptr);