summaryrefslogtreecommitdiffstats
path: root/stone_soup/crawl-ref/source/religion.h
diff options
context:
space:
mode:
Diffstat (limited to 'stone_soup/crawl-ref/source/religion.h')
-rw-r--r--stone_soup/crawl-ref/source/religion.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/stone_soup/crawl-ref/source/religion.h b/stone_soup/crawl-ref/source/religion.h
deleted file mode 100644
index 1ec71c827b..0000000000
--- a/stone_soup/crawl-ref/source/religion.h
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * File: religion.cc
- * Summary: Misc religion related functions.
- * Written by: Linley Henzell
- *
- * Change History (most recent first):
- *
- * <1> -/--/-- LRH Created
- */
-
-
-#ifndef RELIGION_H
-#define RELIGION_H
-
-#include "enum.h"
-
-void simple_god_message( const char *event, int which_deity = GOD_NO_GOD );
-char *god_name(int which_god,bool long_name=false); //mv
-void dec_penance(int val);
-void dec_penance(int god, int val);
-void Xom_acts(bool niceness, int sever, bool force_sever);
-bool did_god_conduct(int thing_done, int pgain);
-void excommunication(void);
-void gain_piety(char pgn);
-void god_speaks( int god, const char *mesg );
-void lose_piety(char pgn);
-void offer_corpse(int corpse);
-void pray(void);
-void handle_god_time(void);
-char god_colour(char god);
-void god_pitch(unsigned char which_god);
-
-#endif