summaryrefslogtreecommitdiff
path: root/src/externs.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-05 20:12:21 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-07 15:28:25 +0200
commit2bd0f18da7dbccd650d8a83aa457d5190f4ce1bc (patch)
treecb248715a89b2af50a5ee27cfb9a862322df331a /src/externs.h
parent6548c6fb76232f4502d0856e04f169394deb6093 (diff)
Lua: Move HOOK_CALC_BONUS code for gods 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 4f8def3a..6821fd30 100644
--- a/src/externs.h
+++ b/src/externs.h
@@ -602,6 +602,7 @@ extern s32b DUNGEON_ASTRAL_WILD_Y;
extern deity_type *deity_info;
extern s32b max_gods;
extern timer_type *gl_timers;
+extern s16b tim_precognition;
extern const char *get_version_string();
/* plots.c */