OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[hengband/hengband.git] / src / object / lite-processor.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "system/object-type-definition.h"
5
6 void reduce_lite_life(player_type* creature_ptr);
7 void notice_lite_change(player_type* creature_ptr, object_type* o_ptr);