OSDN Git Service

[Refactor] #40481 Moved now_message from input-key-processor.c/h to display-messages.c/h
[hengband/hengband.git] / src / io / input-key-processor.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool enter_wizard_mode(player_type* player_ptr);
6 void process_command(player_type* creature_ptr);