OSDN Git Service

Merge pull request #972 from habu1010/feature/list-for-item-stack
[hengbandforosx/hengbandosx.git] / src / player / eldritch-horror.h
1 #pragma once
2
3 typedef struct monster_type monster_type;
4 typedef struct player_type player_type;
5 void sanity_blast(player_type *creature_ptr, monster_type *m_ptr, bool necro);