diff options
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index ef404cee5..1c768138a 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -738,6 +738,8 @@ void clif_elemental_updatestatus(struct map_session_data *sd, int type); void clif_talisman(struct map_session_data *sd, short type); +void clif_snap( struct block_list *bl, short x, short y ); + /** * Color Table **/ |