summaryrefslogtreecommitdiff
path: root/src/map/battle.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/battle.hpp')
-rw-r--r--src/map/battle.hpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/map/battle.hpp b/src/map/battle.hpp
index 04ca656..56b3a9f 100644
--- a/src/map/battle.hpp
+++ b/src/map/battle.hpp
@@ -3,8 +3,6 @@
#include "battle.t.hpp"
-#include "../common/utils.hpp"
-
#include "map.t.hpp"
#include "skill.t.hpp"
@@ -31,9 +29,9 @@ struct Damage battle_calc_attack(BF attack_type,
// 実際にHPを増減
int battle_damage(struct block_list *bl, struct block_list *target,
- int damage, int flag);
+ int damage, int flag);
int battle_heal(struct block_list *bl, struct block_list *target, int hp,
- int sp, int flag);
+ int sp, int flag);
// 攻撃や移動を止める
int battle_stopattack(struct block_list *bl);
@@ -83,7 +81,7 @@ int battle_check_undead(int race, int element);
int battle_check_target(struct block_list *src, struct block_list *target,
BCT flag);
int battle_check_range(struct block_list *src, struct block_list *bl,
- int range);
+ int range);
extern struct Battle_Config
{