summaryrefslogtreecommitdiff
path: root/src/q_one.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/q_one.cc
parent3acf44b1bb41df3db3ccce88aaa1298b4f87d350 (diff)
Move gods.cc function declarations to separate header
Diffstat (limited to 'src/q_one.cc')
-rw-r--r--src/q_one.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/q_one.cc b/src/q_one.cc
index c36086df..1aab348b 100644
--- a/src/q_one.cc
+++ b/src/q_one.cc
@@ -1,4 +1,6 @@
#include "q_one.h"
+
+#include "gods.hpp"
#include "hooks.h"
#define cquest (quest[QUEST_ONE])