diff options
Diffstat (limited to 'src/UI/BrewingstandWindow.h')
-rw-r--r-- | src/UI/BrewingstandWindow.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/UI/BrewingstandWindow.h b/src/UI/BrewingstandWindow.h index 97838ccfc..f868702d6 100644 --- a/src/UI/BrewingstandWindow.h +++ b/src/UI/BrewingstandWindow.h @@ -15,18 +15,18 @@ -class cBrewingstandWindow : - public cWindow +class cBrewingstandWindow : public cWindow { using Super = cWindow; -public: - + public: cBrewingstandWindow(cBrewingstandEntity * a_Brewingstand); - virtual void DistributeStack(cItem & a_ItemStack, int a_Slot, cPlayer & a_Player, cSlotArea * a_ClickedArea, bool a_ShouldApply) override; + virtual void DistributeStack( + cItem & a_ItemStack, + int a_Slot, + cPlayer & a_Player, + cSlotArea * a_ClickedArea, + bool a_ShouldApply + ) override; }; - - - - |