summaryrefslogtreecommitdiff
path: root/src/gods.hpp
blob: f8e4ca9a9478a1c6b713009382579812d7052e2c (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);