summaryrefslogtreecommitdiff
path: root/src/help.hpp
blob: 5de6e6c6def5feaa46c73c5abb3867979939a6c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include "h-basic.h"

#include <string>

extern void init_hooks_help();
extern void help_race(std::string const &race);
extern void help_subrace(std::string const &subrace);
extern void help_class(std::string const &klass);
extern void help_god(cptr god);
extern void help_skill(cptr skill);
extern void help_ability(cptr ability);