summaryrefslogtreecommitdiff
path: root/src/randart.hpp
blob: 385ee2a52d1929e30ba2226c223f862cec1e4f3b (plain)
1
2
3
4
5
6
7
8
#pragma once

#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);