summaryrefslogtreecommitdiff
path: root/src/melee2.hpp
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2020-05-27 16:31:00 -0700
committerManoj Srivastava <srivasta@debian.org>2020-05-27 16:31:00 -0700
commitd7533e931cfb49a68dc8e6e3f524d49e364cef83 (patch)
tree06d31523b9647d3de8ce8888f6e83d24f046aa82 /src/melee2.hpp
parent4e9b9c402ed95bf9a17fd6d795bc49bb4128a6fa (diff)
New upstream version 2.41-ah~0.git.20200131
Diffstat (limited to 'src/melee2.hpp')
-rw-r--r--src/melee2.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/melee2.hpp b/src/melee2.hpp
index d5106850..ac869927 100644
--- a/src/melee2.hpp
+++ b/src/melee2.hpp
@@ -1,11 +1,11 @@
#pragma once
-#include "h-basic.h"
+#include "h-basic.hpp"
#include "monster_type_fwd.hpp"
extern int monst_spell_monst_spell;
-bool_ mon_take_hit_mon(int s_idx, int m_idx, int dam, bool_ *fear, cptr note);
-void mon_handle_fear(monster_type *m_ptr, int dam, bool_ *fear);
+bool mon_take_hit_mon(int s_idx, int m_idx, int dam, const char *note);
+void mon_handle_fear(monster_type *m_ptr, int dam, bool *fear);
int check_hit2(int power, int level, int ac);
void process_monsters();
void curse_equipment(int chance, int heavy_chance);