OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[hengband/hengband.git] / src / save / monster-writer.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef struct monster_type monster_type;
6 void wr_monster(monster_type *m_ptr);
7 void wr_lore(MONRACE_IDX r_idx);