OSDN Git Service

Reworded English description for the sniper's SP_DOUBLE ability.
[hengband/hengband.git] / src / mutation / gain-mutation-switcher.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef struct glm_type glm_type;
6 void switch_gain_mutation(player_type *creature_ptr, glm_type *gm_ptr);