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