summaryrefslogtreecommitdiff
path: root/src/randart.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/randart.hpp')
-rw-r--r--src/randart.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/randart.hpp b/src/randart.hpp
index 6f91f36d..676c89e4 100644
--- a/src/randart.hpp
+++ b/src/randart.hpp
@@ -1,8 +1,8 @@
#pragma once
-#include "h-basic.h"
+#include "h-basic.hpp"
#include "object_type_fwd.hpp"
-void build_prob(cptr learn);
-bool_ create_artifact(object_type *o_ptr, bool_ a_scroll, bool_ get_name);
-bool_ artifact_scroll();
+void build_prob(const char *learn);
+bool create_artifact(object_type *o_ptr, bool a_scroll, bool get_name);
+bool artifact_scroll();