summaryrefslogtreecommitdiff
path: root/src/externs.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-07 20:36:15 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-08 06:18:08 +0200
commit1f9f122249c0828c206293ba0f757f9bfd016d8e (patch)
tree047a0ff55fe0544a1d974c5c5b111a119e45649b /src/externs.h
parent84f856b1ff1bdfad5114831fbea3fa87addc5377 (diff)
Lua: Move "Void Jumpgates" help to C
Diffstat (limited to 'src/externs.h')
-rw-r--r--src/externs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/externs.h b/src/externs.h
index 3c345051..3b952681 100644
--- a/src/externs.h
+++ b/src/externs.h
@@ -617,7 +617,7 @@ extern bool_ process_hooks_new(int h_idx, void *in, void *out);
extern void initialize_bookable_spells();
/* help.c */
-extern void ingame_help(bool_ enable);
+extern void init_hooks_help();
/* birth.c */
extern void print_desc_aux(cptr txt, int y, int x);