summaryrefslogtreecommitdiff
path: root/src/gods.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
commit4ad730223cc0f2661126b51dd0ac012d48b2b10f (patch)
treedec86362fa75a9a363b7676ae7e80ee17888184d /src/gods.hpp
parent5f01c81f971e5519e2de00a8dac53a3ed4bb21ac (diff)
Move show_god_info() declaration to its proper location
Remove unused parameter while we're at it.
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 ba28f722..7fcf55cc 100644
--- a/src/gods.hpp
+++ b/src/gods.hpp
@@ -9,3 +9,4 @@ extern int find_god(cptr name);
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();