summaryrefslogtreecommitdiff
path: root/src/q_wight.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-22 14:23:30 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-22 14:23:30 +0100
commitf498e18ca748427db1de1bf0301df5113e4f5ba2 (patch)
treebcd5d490476739a830fdba9a00fa31fd0901ca2d /src/q_wight.h
parentbe1a50f85972c88e75ef8a1ee375f55ec94ba18d (diff)
Rename q_*.h headers to *.hpp and remove "extern C" wrappers
Diffstat (limited to 'src/q_wight.h')
-rw-r--r--src/q_wight.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/q_wight.h b/src/q_wight.h
deleted file mode 100644
index 31b58882..00000000
--- a/src/q_wight.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-#include "angband.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-bool_ quest_wight_init_hook(int q_idx);
-
-#ifdef __cplusplus
-} // extern "C"
-#endif