OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Fix-Sanity-Blast-by-AutoSave...
[hengband/hengband.git] / src / inventory / inventory-curse.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 object_type *choose_cursed_obj_name(player_type *creature_ptr, BIT_FLAGS flag);
6 void execute_cursed_items_effect(player_type *creature_ptr);