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

#include "h-basic.hpp"
#include "object_type_fwd.hpp"

void build_prob(const char *learn);
bool create_artifact(object_type *o_ptr, bool a_scroll, bool get_name);
bool artifact_scroll();