summaryrefslogtreecommitdiff
path: root/src/randart.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/randart.hpp')
-rw-r--r--src/randart.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/randart.hpp b/src/randart.hpp
index 385ee2a5..99e4b9b8 100644
--- a/src/randart.hpp
+++ b/src/randart.hpp
@@ -3,6 +3,6 @@
#include "h-basic.h"
#include "object_type_fwd.hpp"
-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);
+void build_prob(cptr learn);
+bool_ create_artifact(object_type *o_ptr, bool_ a_scroll, bool_ get_name);
+bool_ artifact_scroll(void);