OSDN Git Service

[Refactor] have_flag() を has_flag() に改名. / Rename have_flag() to has_flag().
[hengband/hengband.git] / src / market / building-craft-weapon.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 PRICE compare_weapons(player_type *customer_ptr, PRICE bcost);