From 6f612c6e6cf9b20c00fd2f515d3694d2b7f7f444 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 7 Mar 2015 16:55:42 +0100 Subject: Split variables.cc declarations to separate header files - Can now remove externs.h. Yay! - Put a stray option variable into its rightful place in options.hpp --- src/q_haunted.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/q_haunted.cc') diff --git a/src/q_haunted.cc b/src/q_haunted.cc index b4b5f62a..395c6e4a 100644 --- a/src/q_haunted.cc +++ b/src/q_haunted.cc @@ -7,6 +7,7 @@ #include "traps.hpp" #include "tables.hpp" #include "util.hpp" +#include "variable.hpp" #define cquest (quest[QUEST_HAUNTED]) -- cgit v1.2.3