summaryrefslogtreecommitdiff
path: root/src/map/battle.hpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-01-21 21:50:36 -0800
committerBen Longbons <b.r.longbons@gmail.com>2013-02-01 12:36:51 -0800
commit90f2d2aeffdb345e9fdfc5c3e56fffa71281f2ee (patch)
tree42667ee8211853727c14645c05280e2500a7a994 /src/map/battle.hpp
parentb3ca4bccc4fa6b7f5d637bdecb4fac6ca9649f3c (diff)
downloadtmwa-90f2d2aeffdb345e9fdfc5c3e56fffa71281f2ee.tar.gz
tmwa-90f2d2aeffdb345e9fdfc5c3e56fffa71281f2ee.tar.bz2
tmwa-90f2d2aeffdb345e9fdfc5c3e56fffa71281f2ee.tar.xz
tmwa-90f2d2aeffdb345e9fdfc5c3e56fffa71281f2ee.zip
Remove unnecessary includes, speeding up recompilation
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
{