summaryrefslogtreecommitdiff
path: root/src/cmd7.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
commit72ceb4f2aba3b86be43ba9a7cb5c576b79920543 (patch)
treee353c73e2f2dd75537370e1130a7303a549d5861 /src/cmd7.cc
parent09f4a4cea91c4cb80f987ad903c3d2748fa73e8c (diff)
Split option variables into separate header and source file
Remove unused testing_stack testing_carry options while we're at it.
Diffstat (limited to 'src/cmd7.cc')
-rw-r--r--src/cmd7.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd7.cc b/src/cmd7.cc
index 01e94cb3..2228132e 100644
--- a/src/cmd7.cc
+++ b/src/cmd7.cc
@@ -19,6 +19,7 @@
#include "monster2.hpp"
#include "object1.hpp"
#include "object2.hpp"
+#include "options.hpp"
#include "quark.h"
#include "skills.hpp"
#include "spells1.hpp"