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, 0 insertions, 11 deletions
diff --git a/src/alchemist_recipe.hpp b/src/alchemist_recipe.hpp
deleted file mode 100644
index e87531f6..00000000
--- a/src/alchemist_recipe.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-#include "h-basic.h"
-
-struct alchemist_recipe
-{
- int sval_essence;
- byte tval;
- byte sval;
- byte qty;
-};