OSDN Git Service

Merge remote-tracking branch 'remotes/hengbandosx/english-mind-edits' into feature...
[hengband/hengband.git] / src / mutation / mutation-processor.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void process_world_aux_mutation(player_type* creature_ptr);
6 bool drop_weapons(player_type *creature_ptr);