summaryrefslogtreecommitdiff
path: root/src/q_god.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_god.hpp')
-rw-r--r--src/q_god.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/q_god.hpp b/src/q_god.hpp
index d9513bdb..839d4eaa 100644
--- a/src/q_god.hpp
+++ b/src/q_god.hpp
@@ -2,5 +2,7 @@
#include "h-basic.h"
-bool_ quest_god_describe(FILE *);
-bool_ quest_god_init_hook(int q);
+#include <string>
+
+std::string quest_god_describe();
+void quest_god_init_hook();