summaryrefslogtreecommitdiff
path: root/src/q_rand.hpp
blob: 02961c8ca89f18ecb24f295e595d292eb6be15de (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "h-basic.h"

#include <string>

void initialize_random_quests(int n);
bool_ is_randhero(int level);
bool_ quest_random_init_hook();
std::string quest_random_describe();