summaryrefslogtreecommitdiff
path: root/src/q_dragons.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2019-02-15 19:20:25 +0100
committerBardur Arantsson <bardur@scientician.net>2019-02-15 19:20:25 +0100
commit98236a1479abfbd28d10313e376721608e2f5643 (patch)
tree5d731183b8bfd8df348d9b89237c02cf269d362e /src/q_dragons.hpp
parent5f61162f393b647dfee59dd5ff590c987eefe6e0 (diff)
Migrate all headers to C++-only
Diffstat (limited to 'src/q_dragons.hpp')
-rw-r--r--src/q_dragons.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/q_dragons.hpp b/src/q_dragons.hpp
index cda41321..f290b6ac 100644
--- a/src/q_dragons.hpp
+++ b/src/q_dragons.hpp
@@ -1,5 +1,5 @@
#pragma once
-#include "h-basic.h"
+#include "h-basic.hpp"
void quest_dragons_init_hook();