summaryrefslogtreecommitdiff
path: root/src/randart.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/randart.hpp')
-rw-r--r--src/randart.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/randart.hpp b/src/randart.hpp
new file mode 100644
index 00000000..31b70f08
--- /dev/null
+++ b/src/randart.hpp
@@ -0,0 +1,9 @@
+#pragma once
+
+#include "h-basic.h"
+#include "object_type_fwd.hpp"
+
+extern int get_activation_power(void);
+extern void build_prob(cptr learn);
+extern bool_ create_artifact(object_type *o_ptr, bool_ a_scroll, bool_ get_name);
+extern bool_ artifact_scroll(void);