OSDN Git Service

[Refactor] #40532 Separated monster-writer.c/h from save.c
[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);