summaryrefslogtreecommitdiff
path: root/src/q_fireprof.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_fireprof.hpp')
-rw-r--r--src/q_fireprof.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/q_fireprof.hpp b/src/q_fireprof.hpp
index 361d45ad..98e4851e 100644
--- a/src/q_fireprof.hpp
+++ b/src/q_fireprof.hpp
@@ -1,9 +1,9 @@
#pragma once
-#include "h-basic.h"
+#include "h-basic.hpp"
#include <string>
-void quest_fireproof_building(bool_ *paid, bool_ *recreate);
+void quest_fireproof_building(bool *paid, bool *recreate);
void quest_fireproof_init_hook();
std::string quest_fireproof_describe();