summaryrefslogtreecommitdiff
path: root/src/externs.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-05-15 19:24:05 +0200
committerBardur Arantsson <bardur@scientician.net>2012-05-15 19:47:45 +0200
commitb446c8368b172aa29d312cf7eeca5e8547e73c81 (patch)
tree5f095e42e22b3a3b8c199b91ede0b13bef989e54 /src/externs.h
parent6bd3fd4881765ec278b9c3896cd4cff15fe33265 (diff)
Lua: Move "bookable_spells" to C
Diffstat (limited to 'src/externs.h')
-rw-r--r--src/externs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/externs.h b/src/externs.h
index b6c8ea88..f19e2db8 100644
--- a/src/externs.h
+++ b/src/externs.h
@@ -612,6 +612,8 @@ extern hook_return process_hooks_return[20];
extern bool_ process_hooks_ret(int h_idx, char *ret, char *fmt, ...);
extern bool_ process_hooks(int h_idx, char *fmt, ...);
+extern void initialize_bookable_spells();
+
/* help.c */
extern void ingame_help(bool_ enable);