summaryrefslogtreecommitdiff
path: root/src/melee1.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
commit3b5446d7c303099094f84a32df29d2d9dc2049d0 (patch)
tree678154e760f98f1e6706c9172ff78370144a44e4 /src/melee1.hpp
parent2999835a2d0d399e6a3afa217b5e1cff31de9091 (diff)
Move melee*.cc declaration to separate header files
Diffstat (limited to 'src/melee1.hpp')
-rw-r--r--src/melee1.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/melee1.hpp b/src/melee1.hpp
new file mode 100644
index 00000000..e84c8f03
--- /dev/null
+++ b/src/melee1.hpp
@@ -0,0 +1,7 @@
+#pragma once
+
+#include "h-basic.h"
+
+extern int get_attack_power(int effect);
+extern bool_ carried_make_attack_normal(int r_idx);
+extern bool_ make_attack_normal(int m_idx, byte divis);