summaryrefslogtreecommitdiff
path: root/include/c
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-02-29 16:28:38 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-02-29 16:28:38 -0500
commite47938b60dfd62c8060675ee441547becbbbb800 (patch)
treee29ed6a7b04e308f5e8d0d42cf3f095cde207bec /include/c
parent533cd90a5fc209043b0b3f766b867698c1973909 (diff)
d_a_bk work
Diffstat (limited to 'include/c')
-rw-r--r--include/c/c_damagereaction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/c/c_damagereaction.h b/include/c/c_damagereaction.h
index 5276619b..b6982dec 100644
--- a/include/c/c_damagereaction.h
+++ b/include/c/c_damagereaction.h
@@ -198,6 +198,6 @@ void hang_ang_get(damagereaction*);
void dr_damage_set(damagereaction*);
void dr_damage_anime(damagereaction*);
void dr_matrix_set(damagereaction*);
-void damage_reaction(damagereaction*);
+int damage_reaction(damagereaction*);
#endif /* C_DAMAGEREACTION_H */