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, 5 insertions, 5 deletions
diff --git a/src/mimic.hpp b/src/mimic.hpp
index 4ce9a6e8..80a1722c 100644
--- a/src/mimic.hpp
+++ b/src/mimic.hpp
@@ -1,9 +1,9 @@
-#include "h-basic.h"
+#include "h-basic.hpp"
-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);
+s16b resolve_mimic_name(const char *name);
+s16b find_random_mimic_shape(byte level, bool limit);
+const char *get_mimic_name(s16b mf_idx);
+const char *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();