summaryrefslogtreecommitdiff
path: root/src/mimic.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mimic.hpp')
-rw-r--r--src/mimic.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mimic.hpp b/src/mimic.hpp
new file mode 100644
index 00000000..4ce9a6e8
--- /dev/null
+++ b/src/mimic.hpp
@@ -0,0 +1,10 @@
+#include "h-basic.h"
+
+s16b resolve_mimic_name(cptr name);
+s16b find_random_mimic_shape(byte level, bool_ limit);
+cptr get_mimic_name(s16b mf_idx);
+cptr get_mimic_object_name(s16b mf_idx);
+byte get_mimic_level(s16b mf_idx);
+s32b get_mimic_random_duration(s16b mf_idx);
+byte calc_mimic();
+void calc_mimic_power();