Files
cuberite-2a/source/cCraftingWindow.h
T

13 lines
313 B
C++
Raw Normal View History

2011-10-03 18:41:19 +00:00
#pragma once
#include "cWindow.h"
class cWindowOwner;
class cCraftingWindow : public cWindow
{
public:
cCraftingWindow( cWindowOwner* a_Owner, bool a_bInventoryVisible );
virtual void Clicked( cPacket_WindowClick* a_ClickPacket, cPlayer & a_Player );
virtual void Close( cPlayer & a_Player );
};