summaryrefslogtreecommitdiffstats
path: root/source/cCraftingWindow.h
blob: df32bf74a698522ff30a58a27165f335f93335c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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 );
};