summaryrefslogtreecommitdiffstats
path: root/src/UI/DropSpenserWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/UI/DropSpenserWindow.h')
-rw-r--r--src/UI/DropSpenserWindow.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/UI/DropSpenserWindow.h b/src/UI/DropSpenserWindow.h
index 0fb961712..a47839b10 100644
--- a/src/UI/DropSpenserWindow.h
+++ b/src/UI/DropSpenserWindow.h
@@ -16,17 +16,18 @@
-class cDropSpenserWindow :
- public cWindow
+class cDropSpenserWindow : public cWindow
{
using Super = cWindow;
-public:
+ public:
cDropSpenserWindow(cDropSpenserEntity * a_DropSpenser);
- 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;
};
-
-
-
-