From f498e18ca748427db1de1bf0301df5113e4f5ba2 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sun, 22 Mar 2015 14:23:30 +0100 Subject: Rename q_*.h headers to *.hpp and remove "extern C" wrappers --- src/q_narsil.hpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/q_narsil.hpp (limited to 'src/q_narsil.hpp') diff --git a/src/q_narsil.hpp b/src/q_narsil.hpp new file mode 100644 index 00000000..e0f2d257 --- /dev/null +++ b/src/q_narsil.hpp @@ -0,0 +1,5 @@ +#pragma once + +#include "angband.h" + +bool_ quest_narsil_init_hook(int q_idx); -- cgit v1.2.3 From c8a270e51dc22f39ed048ab1cc609e6e456df58f Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sun, 7 Jun 2015 17:49:09 +0200 Subject: Split types.h into separate header for each type --- src/q_narsil.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/q_narsil.hpp') diff --git a/src/q_narsil.hpp b/src/q_narsil.hpp index e0f2d257..b83e63cf 100644 --- a/src/q_narsil.hpp +++ b/src/q_narsil.hpp @@ -1,5 +1,5 @@ #pragma once -#include "angband.h" +#include "h-basic.h" bool_ quest_narsil_init_hook(int q_idx); -- cgit v1.2.3