diff options
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index 6c280e085..e1e196d4d 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -512,5 +512,9 @@ int battle_get_value(const char* w1); // struct block_list* battle_getenemyarea(struct block_list *src, int x, int y, int range, int type, int ignore_id); +/** + * Royal Guard + **/ +int battle_damage_area( struct block_list *bl, va_list ap); #endif /* _BATTLE_H_ */ |