summaryrefslogtreecommitdiff
path: root/src/randart.hpp
blob: 31b70f08575fb7c4146648a5472a2f3e5cd54473 (plain)
1
2
3
4
5
6
7
8
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);