OSDN Git Service

[Refactor] #40742 Reshaped monster-move.c and monster-processor.c
[hengband/hengband.git] / src / monster-floor / monster-lite.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void update_mon_lite(player_type *subject_ptr);
6 void clear_mon_lite(floor_type *floor_ptr);