summaryrefslogtreecommitdiff
path: root/src/externs.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-09 20:54:07 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-09 20:58:51 +0200
commita0107d942872735f1faa0e857174a6c467180d75 (patch)
tree5e3b70534517764d3d77052a14eb8aeb1645a4f9 /src/externs.h
parentd69d91b33a2e833e8b32baa29af22809ade406ba (diff)
Lua: Move automatic stat gain to C
Diffstat (limited to 'src/externs.h')
-rw-r--r--src/externs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/externs.h b/src/externs.h
index e1f77bc1..38511e48 100644
--- a/src/externs.h
+++ b/src/externs.h
@@ -2362,6 +2362,7 @@ extern bool_ select_module(void);
extern bool_ module_savefile_loadable(cptr savefile_mod);
extern void tome_intro();
extern void theme_intro();
+extern void init_hooks_module();
/* lua_bind.c */