summaryrefslogtreecommitdiff
path: root/src/variable.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/variable.hpp')
-rw-r--r--src/variable.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/variable.hpp b/src/variable.hpp
index 854b88c0..e16eae93 100644
--- a/src/variable.hpp
+++ b/src/variable.hpp
@@ -20,6 +20,7 @@
#include "monster_type_fwd.hpp"
#include "object_kind_fwd.hpp"
#include "object_type_fwd.hpp"
+#include "options.hpp"
#include "owner_type_fwd.hpp"
#include "player_class_fwd.hpp"
#include "player_defs.hpp"
@@ -289,3 +290,4 @@ extern hist_type *bg;
extern bool_ arg_wizard;
extern bool_ arg_force_original;
extern bool_ arg_force_roguelike;
+extern struct options *options;