summaryrefslogtreecommitdiff
path: root/src/gods.cc
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.cc
parent3acf44b1bb41df3db3ccce88aaa1298b4f87d350 (diff)
Move gods.cc function declarations to separate header
Diffstat (limited to 'src/gods.cc')
-rw-r--r--src/gods.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gods.cc b/src/gods.cc
index 9fdbfeb5..92861d79 100644
--- a/src/gods.cc
+++ b/src/gods.cc
@@ -1,7 +1,3 @@
-/* File: gods.c */
-
-/* Purpose: Deities code */
-
/*
* Copyright (c) 2002 DarkGod
*
@@ -9,7 +5,7 @@
* not for profit purposes provided that this copyright and statement are
* included in all such copies.
*/
-
+#include "gods.hpp"
#include "angband.h"
#include <cassert>