summaryrefslogtreecommitdiff
path: root/src/obj_theme.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/obj_theme.hpp')
-rw-r--r--src/obj_theme.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/obj_theme.hpp b/src/obj_theme.hpp
new file mode 100644
index 00000000..13f185e8
--- /dev/null
+++ b/src/obj_theme.hpp
@@ -0,0 +1,15 @@
+#pragma once
+
+#include "h-basic.h"
+
+/**
+ * Object theme. Probability in percent for each class of
+ * objects to be dropped.
+ */
+struct obj_theme
+{
+ byte treasure;
+ byte combat;
+ byte magic;
+ byte tools;
+};