summaryrefslogtreecommitdiff
path: root/src/randart.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
commit995f836a572e7b6ae2a61d40a5766f0a7d586533 (patch)
treea723401367eb514a00fc844bbb233326ec66b7fb /src/randart.hpp
parentfbef93c2d3a01a80f6fb702faf1f43360caf9f5b (diff)
Move randart.cc declarations to separate header
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..b24987b5
--- /dev/null
+++ b/src/randart.hpp
@@ -0,0 +1,8 @@
+#pragma once
+
+#include "angband.h"
+
+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);