OSDN Git Service

[Refactor] have_flag() を has_flag() に改名. / Rename have_flag() to has_flag().
[hengband/hengband.git] / src / monster-floor / one-monster-placer.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool place_monster_one(player_type *player_ptr, MONSTER_IDX who, POSITION y, POSITION x, MONRACE_IDX r_idx, BIT_FLAGS mode);