summaryrefslogtreecommitdiff
path: root/src/help.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
commit754e2465d65f64085d27eed6f4bc142bec7b3c24 (patch)
tree10ee9b9f8125b6ec94d5f760973b26d1eb036d5f /src/help.hpp
parentfe6ebd4af16244a02e16eb095181c0d8d5c56858 (diff)
Move help.cc function declarations to separate header
Diffstat (limited to 'src/help.hpp')
-rw-r--r--src/help.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/help.hpp b/src/help.hpp
new file mode 100644
index 00000000..7c6ad3f7
--- /dev/null
+++ b/src/help.hpp
@@ -0,0 +1,11 @@
+#pragma once
+
+#include "angband.h"
+
+extern void init_hooks_help();
+extern void help_race(cptr race);
+extern void help_subrace(cptr subrace);
+extern void help_class(cptr klass);
+extern void help_god(cptr god);
+extern void help_skill(cptr skill);
+extern void help_ability(cptr ability);