summaryrefslogtreecommitdiff
path: root/src/options.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
committerBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
commit902611ac55dbd2c967f244b27c54d37540964c47 (patch)
tree267b68cd64a1941130092348f8516e2af647681d /src/options.hpp
parente1273e8666e5c03c36b55a4fec80f6f76270ee10 (diff)
Move non-boolean options to options.cc too
Diffstat (limited to 'src/options.hpp')
-rw-r--r--src/options.hpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/options.hpp b/src/options.hpp
index 80e5cca7..940f9a6c 100644
--- a/src/options.hpp
+++ b/src/options.hpp
@@ -84,3 +84,20 @@ extern bool_ joke_monsters;
extern bool_ point_based;
extern bool_ preserve;
extern bool_ no_selling;
+
+//
+// Other options
+//
+extern bool_ cheat_peek;
+extern bool_ cheat_hear;
+extern bool_ cheat_room;
+extern bool_ cheat_xtra;
+extern bool_ cheat_live;
+
+extern byte hitpoint_warn;
+
+extern byte delay_factor;
+
+extern s16b autosave_freq;
+extern bool_ autosave_t;
+extern bool_ autosave_l;