summaryrefslogtreecommitdiff
path: root/character.h
diff options
context:
space:
mode:
Diffstat (limited to 'character.h')
-rw-r--r--character.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/character.h b/character.h
index 3fba9c7..04b43f1 100644
--- a/character.h
+++ b/character.h
@@ -3,10 +3,9 @@
#include "players.h"
-void damage_target_hp(SURFACES *surfaces, POSITIONS *, struct character_t *target, int damages);
-void cure_target_hp(SURFACES *surfaces, POSITIONS *, struct character_t *target, int cure);
-
-void damage_target_mp(SURFACES *surfaces, POSITIONS *, struct character_t *target, int damages);
-void cure_target_mp(SURFACES *surfaces, POSITIONS *, struct character_t *target, int cure);
+void damage_target_hp(SURFACES *, POSITIONS *, struct chr_t *, int damages);
+void cure_target_hp(SURFACES *, POSITIONS *, struct chr_t *, int cure);
+void damage_target_mp(SURFACES *, POSITIONS *, struct chr_t *, int damages);
+void cure_target_mp(SURFACES *, POSITIONS *, struct chr_t *target, int cure);
#endif /* CHARACTER_H */