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.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/q_god.hpp b/src/q_god.hpp
index d9513bdb..d5a993fa 100644
--- a/src/q_god.hpp
+++ b/src/q_god.hpp
@@ -2,5 +2,7 @@
#include "h-basic.h"
-bool_ quest_god_describe(FILE *);
+#include <string>
+
+std::string quest_god_describe();
bool_ quest_god_init_hook(int q);