OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[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);