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/joke.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/joke.cc') diff --git a/src/joke.cc b/src/joke.cc index e07a313e..890dbc60 100644 --- a/src/joke.cc +++ b/src/joke.cc @@ -4,6 +4,7 @@ #include "monster2.hpp" #include "options.hpp" #include "util.hpp" +#include "variable.hpp" static void gen_joke_place_monster(int r_idx) { -- cgit v1.2.3