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/monster1.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/monster1.cc') diff --git a/src/monster1.cc b/src/monster1.cc index c636985e..20f23e59 100644 --- a/src/monster1.cc +++ b/src/monster1.cc @@ -11,6 +11,7 @@ #include "angband.h" #include "monster2.hpp" #include "util.hpp" +#include "variable.hpp" /* * Pronoun arrays, by gender. -- cgit v1.2.3