Using Super.
This commit is contained in:
committed by
Alexander Harkness
parent
f931590bf0
commit
9ee47e5999
@@ -15,12 +15,13 @@
|
||||
|
||||
|
||||
|
||||
class cCraftingWindow :
|
||||
class cCraftingWindow:
|
||||
public cWindow
|
||||
{
|
||||
typedef cWindow super;
|
||||
using Super = cWindow;
|
||||
|
||||
public:
|
||||
|
||||
cCraftingWindow(int a_BlockX, int a_BlockY, int a_BlockZ);
|
||||
|
||||
virtual void DistributeStack(cItem & a_ItemStack, int a_Slot, cPlayer & a_Player, cSlotArea * a_ClickedArea, bool a_ShouldApply) override;
|
||||
|
||||
Reference in New Issue
Block a user