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/melee2.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/melee2.cc') diff --git a/src/melee2.cc b/src/melee2.cc index e1c8eaf1..fdd31846 100644 --- a/src/melee2.cc +++ b/src/melee2.cc @@ -32,6 +32,7 @@ #include "tables.hpp" #include "traps.hpp" #include "util.hpp" +#include "variable.hpp" #include "xtra2.hpp" #include -- cgit v1.2.3