summaryrefslogtreecommitdiff
path: root/src/gods.hpp
blob: 7ff972a5f51cc5ace5f4acbab4cf1fe3dc25561c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include "h-basic.hpp"

void inc_piety(int god, s32b amt);
void abandon_god(int god);
int wisdom_scale(int max);
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 praying_to(int god);