summaryrefslogtreecommitdiff
path: root/src/gods.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-22 13:05:39 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-22 13:05:39 +0100
commitb11197ae79d621c50d89f6a092a3f95f954712f0 (patch)
tree44b20f31bc6b4f946d2f4fb6c19afdce558a34f2 /src/gods.hpp
parentfb2a78c52a32026a57fd9cc7763a783456199dd7 (diff)
Inline various GOD macros
Diffstat (limited to 'src/gods.hpp')
-rw-r--r--src/gods.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gods.hpp b/src/gods.hpp
index 7fcf55cc..a7d60822 100644
--- a/src/gods.hpp
+++ b/src/gods.hpp
@@ -10,3 +10,4 @@ extern void follow_god(int god, bool_ silent);
extern bool_ god_enabled(struct deity_type *deity);
extern deity_type *god_at(byte god_idx);
extern bool_ show_god_info();
+extern bool praying_to(int god);