summaryrefslogtreecommitdiffstats
path: root/src/UI/CraftingWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/UI/CraftingWindow.h')
-rw-r--r--src/UI/CraftingWindow.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/UI/CraftingWindow.h b/src/UI/CraftingWindow.h
index 75026dc67..b0de69704 100644
--- a/src/UI/CraftingWindow.h
+++ b/src/UI/CraftingWindow.h
@@ -25,8 +25,7 @@ public:
cCraftingWindow();
virtual void DistributeStack(cItem & a_ItemStack, int a_Slot, cPlayer & a_Player, cSlotArea * a_ClickedArea, bool a_ShouldApply) override;
-};
-
-
-
+ /** Loads the given Recipe into the crafting grid */
+ void LoadRecipe(cPlayer & a_Player, UInt32 a_RecipeId);
+};