summaryrefslogtreecommitdiff
path: root/src/gods.hpp
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2020-05-27 16:44:24 -0700
committerManoj Srivastava <srivasta@debian.org>2020-05-27 16:45:26 -0700
commit2c93afb0089a37de798da8d23824a84846ab7d7c (patch)
treea53be684627948ed96d64e2be7aac1bea83507b8 /src/gods.hpp
parentd6b913d3ca2e84b75f3675fd6e9f5246c100cf27 (diff)
parente9d08c617ee73f0636e1f1a1d40582f193c37e81 (diff)
Merge branch 'upstream'
Diffstat (limited to 'src/gods.hpp')
-rw-r--r--src/gods.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gods.hpp b/src/gods.hpp
index 2a5f2bb5..f8e4ca9a 100644
--- a/src/gods.hpp
+++ b/src/gods.hpp
@@ -1,13 +1,13 @@
#pragma once
-#include "h-basic.h"
+#include "h-basic.hpp"
void inc_piety(int god, s32b amt);
void abandon_god(int god);
int wisdom_scale(int max);
-int find_god(cptr name);
-void follow_god(int god, bool_ silent);
-bool_ god_enabled(struct deity_type *deity);
+int find_god(const char *name);
+void follow_god(int god, bool silent);
+bool god_enabled(struct deity_type *deity);
deity_type *god_at(byte god_idx);
-bool_ show_god_info();
+bool show_god_info();
bool praying_to(int god);