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, 8 insertions, 0 deletions
diff --git a/src/randart.hpp b/src/randart.hpp
new file mode 100644
index 00000000..6f91f36d
--- /dev/null
+++ b/src/randart.hpp
@@ -0,0 +1,8 @@
+#pragma once
+
+#include "h-basic.h"
+#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();