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
commitee2595abc99b86f081acbf5479577f9548baff3b (patch)
tree953ea7f61d0804f5e238573849f715cb2d1577e7 /src/gods.hpp
parent3acf44b1bb41df3db3ccce88aaa1298b4f87d350 (diff)
Move gods.cc function declarations to separate header
Diffstat (limited to 'src/gods.hpp')
-rw-r--r--src/gods.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gods.hpp b/src/gods.hpp
new file mode 100644
index 00000000..ba28f722
--- /dev/null
+++ b/src/gods.hpp
@@ -0,0 +1,11 @@
+#pragma once
+
+#include "angband.h"
+
+extern void inc_piety(int god, s32b amt);
+extern void abandon_god(int god);
+extern int wisdom_scale(int max);
+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);