summaryrefslogtreecommitdiff
path: root/src/alchemist_recipe.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/alchemist_recipe.hpp')
-rw-r--r--src/alchemist_recipe.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/alchemist_recipe.hpp b/src/alchemist_recipe.hpp
new file mode 100644
index 00000000..e87531f6
--- /dev/null
+++ b/src/alchemist_recipe.hpp
@@ -0,0 +1,11 @@
+#pragma once
+
+#include "h-basic.h"
+
+struct alchemist_recipe
+{
+ int sval_essence;
+ byte tval;
+ byte sval;
+ byte qty;
+};