summaryrefslogtreecommitdiffstats
path: root/src/UI/InventoryWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/UI/InventoryWindow.h')
-rw-r--r--src/UI/InventoryWindow.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/UI/InventoryWindow.h b/src/UI/InventoryWindow.h
index 108f58fa0..052439f40 100644
--- a/src/UI/InventoryWindow.h
+++ b/src/UI/InventoryWindow.h
@@ -26,10 +26,8 @@ public:
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);
protected:
cPlayer & m_Player;
};
-
-
-
-