summaryrefslogtreecommitdiff
path: root/src/melee1.hpp
diff options
context:
space:
mode:
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);